We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffc3588 commit c8caa40Copy full SHA for c8caa40
TrueTransition.podspec
@@ -1,7 +1,7 @@
1
2
Pod::Spec.new do |s|
3
s.name = 'TrueTransition'
4
- s.version = '0.4.10'
+ s.version = '1.0.0'
5
s.summary = 'Simple pod for decoupling transitions.'
6
7
s.description = <<-DESC
@@ -14,6 +14,6 @@ Pod::Spec.new do |s|
14
s.source = { :git => 'https://github.com/shles/TrueTransition.git', :tag => s.version.to_s }
15
16
s.ios.deployment_target = '11.0'
17
- s.source_files = 'Source/*.swift', 'Source/CardsViewController/*.{swift,xib}'
+ s.source_files = 'Source/*.swift'
18
s.swift_version = '4.2'
19
end
0 commit comments