Commit 808bf1282608b00a85a6d2e49984dc5170955dc6
1 parent
b129792d
0.0.5版本 修改源文件引入
Showing
1 changed file
with
12 additions
and
6 deletions
CNLiveBMineModule.podspec
| ... | ... | @@ -8,7 +8,7 @@ |
| 8 | 8 | |
| 9 | 9 | Pod::Spec.new do |s| |
| 10 | 10 | s.name = 'CNLiveBMineModule' |
| 11 | - s.version = '0.0.4' | |
| 11 | + s.version = '0.0.5' | |
| 12 | 12 | s.summary = 'CNLiveBMineModule.' |
| 13 | 13 | |
| 14 | 14 | # This description is used to generate tags and improve search results. |
| ... | ... | @@ -29,7 +29,13 @@ TODO: 网家家企业版-我的模块. |
| 29 | 29 | # s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>' |
| 30 | 30 | |
| 31 | 31 | s.ios.deployment_target = '10.0' |
| 32 | - s.source_files = 'CNLiveBMineModule/Classes/Module/**/*.{h,m}' | |
| 32 | + s.resource_bundles = { | |
| 33 | +# 'CNLiveBMineModule' => ['CNLiveBMineModule/Assets/CNLiveBMineModule.xcassets'] | |
| 34 | + 'CNLiveBMineModule' => ['CNLiveBMineModule/Assets/CNLiveBMineModule.bundle'] | |
| 35 | + } | |
| 36 | + | |
| 37 | + s.source_files = 'CNLiveBMineModule/Classes/**/*.{h,m}' | |
| 38 | + | |
| 33 | 39 | # # Module |
| 34 | 40 | # s.subspec 'Module' do |ss| |
| 35 | 41 | # ss.source_files = 'CNLiveBMineModule/Classes/Module/*.{h,m}' |
| ... | ... | @@ -65,10 +71,10 @@ TODO: 网家家企业版-我的模块. |
| 65 | 71 | # s.subspec 'Setting' do |ss| |
| 66 | 72 | # ss.source_files = 'CNLiveBMineModule/Classes/Setting/**/*.{h,m}' |
| 67 | 73 | # end |
| 68 | - s.resource_bundles = { | |
| 69 | -# 'CNLiveBMineModule' => ['CNLiveBMineModule/Assets/CNLiveBMineModule.xcassets'] | |
| 70 | - 'CNLiveBMineModule' => ['CNLiveBMineModule/Assets/CNLiveBMineModule.bundle'] | |
| 71 | - } | |
| 74 | +# s.resource_bundles = { | |
| 75 | +## 'CNLiveBMineModule' => ['CNLiveBMineModule/Assets/CNLiveBMineModule.xcassets'] | |
| 76 | +# 'CNLiveBMineModule' => ['CNLiveBMineModule/Assets/CNLiveBMineModule.bundle'] | |
| 77 | +# } | |
| 72 | 78 | |
| 73 | 79 | # s.public_header_files = 'Pod/Classes/**/*.h' |
| 74 | 80 | # s.frameworks = 'UIKit', 'MapKit' | ... | ... |