Commit 2686a514c78f4476bc3f64851a47c3027235537c
1 parent
f6aba496
no message
Showing
1 changed file
with
2 additions
and
0 deletions
CNLiveMineModule.podspec
| ... | ... | @@ -42,11 +42,13 @@ TODO: 网家家-我的模块. |
| 42 | 42 | s.subspec 'Controller' do |ss| |
| 43 | 43 | ss.source_files = 'CNLiveMineModule/Classes/Controller/*.{h,m}' |
| 44 | 44 | ss.dependency 'CNLiveMineModule/UserInfo' |
| 45 | + ss.dependency 'CNLiveMineModule/View' | |
| 45 | 46 | end |
| 46 | 47 | |
| 47 | 48 | # View |
| 48 | 49 | s.subspec 'View' do |ss| |
| 49 | 50 | ss.source_files = 'CNLiveMineModule/Classes/View/*.{h,m}' |
| 51 | + ss.dependency 'CNLiveMineModule/Model' | |
| 50 | 52 | end |
| 51 | 53 | |
| 52 | 54 | # Model | ... | ... |