更新了SDK代码
Showing
Example/Pods/Masonry/LICENSE
0 → 100644
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.2' | ||
| s.version = '0.1.3' | ||
| s.summary = 'A short description of SYCSDK.' | ||
| # This description is used to generate tags and improve search results. | ||
| ... | ... | @@ -37,6 +37,11 @@ TODO: Add long description of the pod here. |
| network.dependency 'AFNetworking' | ||
| end | ||
| s.subspec 'ViewUtil' do |viewUtil| | ||
| viewUtil.source_files = 'SYCSDK/Classes/ViewUtil/**/*' | ||
| viewUtil.dependency 'Masonry' | ||
| end | ||
| # s.resource_bundles = { | ||
| # 'SYCSDK' => ['SYCSDK/Assets/*.png'] | ||
| # } | ||
| ... | ... |
Please
register
or
sign in
to comment