Skip to content

Commit c8caa40

Browse files
committed
Update podspec
1 parent ffc3588 commit c8caa40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

TrueTransition.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Pod::Spec.new do |s|
33
s.name = 'TrueTransition'
4-
s.version = '0.4.10'
4+
s.version = '1.0.0'
55
s.summary = 'Simple pod for decoupling transitions.'
66

77
s.description = <<-DESC
@@ -14,6 +14,6 @@ Pod::Spec.new do |s|
1414
s.source = { :git => 'https://github.com/shles/TrueTransition.git', :tag => s.version.to_s }
1515

1616
s.ios.deployment_target = '11.0'
17-
s.source_files = 'Source/*.swift', 'Source/CardsViewController/*.{swift,xib}'
17+
s.source_files = 'Source/*.swift'
1818
s.swift_version = '4.2'
1919
end

0 commit comments

Comments
 (0)