Skip to content

Commit ad95955

Browse files
committed
Update Podspec (1.0.2) to include resource fixes MengTo#44
1 parent 7dbf94d commit ad95955

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Spring.podspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'Spring'
3-
s.version = '1.0.1'
3+
s.version = '1.0.2'
44
s.license = 'MIT'
55
s.summary = 'A library to simplify iOS animations in Swift.'
66
s.homepage = 'https://github.com/MengTo/Spring'
@@ -9,4 +9,5 @@ Pod::Spec.new do |s|
99
s.requires_arc = true
1010
s.ios.deployment_target = '8.0'
1111
s.source_files = 'Spring/*.swift'
12+
s.resources = ['Spring/*.xib', 'SpringApp/*.xcassets']
1213
end

0 commit comments

Comments
 (0)