Merge pull request #212 from joshuafinch/feature/cocoapods-1.7

Add support for specifying swift_versions in CocoaPods 1.7 and above
This commit is contained in:
Shin Yamamoto
2019-08-15 13:47:44 +09:00
committed by GitHub
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ The new interface displays the related contents and utilities in parallel as a u
s.platform = :ios, "10.0"
s.source = { :git => "https://github.com/SCENEE/FloatingPanel.git", :tag => "v#{s.version}" }
s.source_files = "Framework/Sources/*.swift"
s.swift_version = "4.0"
s.swift_versions = ["4.0", "4.2", "5.0"]
s.framework = "UIKit"