Update '.swift-version' and '.podspec'.
This commit is contained in:
parent
452486b098
commit
f3b4c98b99
|
|
@ -1 +1 @@
|
|||
4.0
|
||||
4.2
|
||||
|
|
|
|||
|
|
@ -14,6 +14,6 @@ Pod::Spec.new do |s|
|
|||
s.ios.deployment_target = '8.0'
|
||||
s.requires_arc = true
|
||||
s.framework = 'UIKit'
|
||||
s.source_files = 'Sources/*.swift'
|
||||
s.source_files = 'Sources/*.{swift,h,m}'
|
||||
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in New Issue