更新了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 @@ | ... | @@ -8,7 +8,7 @@ |
Pod::Spec.new do |s| | Pod::Spec.new do |s| | ||
s.name = 'SYCSDK' | s.name = 'SYCSDK' | ||
s.version = '0.1.2' | s.version = '0.1.3' | ||
s.summary = 'A short description of SYCSDK.' | s.summary = 'A short description of SYCSDK.' | ||
# This description is used to generate tags and improve search results. | # This description is used to generate tags and improve search results. | ||
... | @@ -37,6 +37,11 @@ TODO: Add long description of the pod here. | ... | @@ -37,6 +37,11 @@ TODO: Add long description of the pod here. |
network.dependency 'AFNetworking' | network.dependency 'AFNetworking' | ||
end | end | ||
s.subspec 'Masonry' do |masonry| | |||
masonry.source_files = 'SYCSDK/Classes/Masonry/**/*' | |||
masonry.dependency 'Masonry', '1.1.0' | |||
end | |||
# s.resource_bundles = { | # s.resource_bundles = { | ||
# 'SYCSDK' => ['SYCSDK/Assets/*.png'] | # 'SYCSDK' => ['SYCSDK/Assets/*.png'] | ||
# } | # } | ||
... | ... |
Please
register
or
sign in
to comment