We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dbf94d commit ad95955Copy full SHA for ad95955
Spring.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = 'Spring'
3
- s.version = '1.0.1'
+ s.version = '1.0.2'
4
s.license = 'MIT'
5
s.summary = 'A library to simplify iOS animations in Swift.'
6
s.homepage = 'https://github.com/MengTo/Spring'
@@ -9,4 +9,5 @@ Pod::Spec.new do |s|
9
s.requires_arc = true
10
s.ios.deployment_target = '8.0'
11
s.source_files = 'Spring/*.swift'
12
+ s.resources = ['Spring/*.xib', 'SpringApp/*.xcassets']
13
end
0 commit comments