更新了SDK代码
Showing
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
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.4' | ||
| s.version = '0.1.5' | ||
| s.summary = 'A short description of SYCSDK.' | ||
| # This description is used to generate tags and improve search results. | ||
| ... | ... | @@ -42,6 +42,11 @@ TODO: Add long description of the pod here. |
| viewUtil.dependency 'Masonry' | ||
| end | ||
| s.subspec 'IQKeyboardManager' do |s| | ||
| s.source_files = 'SYCSDK/Classes/IQKeyboardManager/**/*' | ||
| s.dependency 'IQKeyboardManager', '6.5.6' | ||
| end | ||
| # s.resource_bundles = { | ||
| # 'SYCSDK' => ['SYCSDK/Assets/*.png'] | ||
| # } | ||
| ... | ... |
Please
register
or
sign in
to comment