更新了SDK代码
Showing
1.01 KB
2.27 KB
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
| ... | ... | @@ -8,7 +8,7 @@ |
| Pod::Spec.new do |s| | ||
| s.name = 'SYCSDK' | ||
| s.version = '0.1.5' | ||
| s.version = '0.1.6' | ||
| s.summary = 'A short description of SYCSDK.' | ||
| # This description is used to generate tags and improve search results. | ||
| ... | ... | @@ -47,6 +47,16 @@ TODO: Add long description of the pod here. |
| s.dependency 'IQKeyboardManager', '6.5.6' | ||
| end | ||
| s.subspec 'MJRefresh' do |s| | ||
| s.source_files = 'SYCSDK/Classes/Other/**/*' | ||
| s.dependency 'MJRefresh', '3.5.0' | ||
| end | ||
| s.subspec 'MJExtension' do |s| | ||
| s.source_files = 'SYCSDK/Classes/Other/**/*' | ||
| s.dependency 'MJExtension', '3.2.2' | ||
| end | ||
| # s.resource_bundles = { | ||
| # 'SYCSDK' => ['SYCSDK/Assets/*.png'] | ||
| # } | ||
| ... | ... |