Update '.swift-version' and '.podspec'.

This commit is contained in:
WenchaoD 2018-09-25 09:35:58 +08:00
parent 452486b098
commit f3b4c98b99
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
4.0
4.2

View File

@ -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