* Generate .xcframework deps, upgrade dep versions

* Don’t use_frameworks! for CocoaPods
This commit is contained in:
Peter Zignego
2020-10-11 12:10:54 -04:00
committed by GitHub
parent a9768580c1
commit c071f10bc8
233 changed files with 13712 additions and 8550 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "SlackKit"
s.version = "4.5.1"
s.version = "4.6.0"
s.summary = "Write Slack apps in Swift"
s.homepage = "https://github.com/pvzig/SlackKit"
s.license = "MIT"
@@ -8,7 +8,7 @@ Pod::Spec.new do |s|
s.source = { :git => "https://github.com/pvzig/SlackKit.git", :tag => s.version.to_s }
s.social_media_url = "https://twitter.com/pvzig"
s.platforms = { :ios => '10.0', :osx => '10.11', :tvos => '10.0' }
s.swift_version = '5.1.3'
s.swift_version = '5.2.4'
s.cocoapods_version = '>= 1.4.0'
s.default_subspec = "SlackKit"
@@ -36,7 +36,7 @@ Pod::Spec.new do |s|
ss.exclude_files = "SKRTMAPI/Sources/Conformers/VaporEngineRTM.swift"
ss.dependency "SlackKit/SKCore"
ss.dependency "SlackKit/SKWebAPI"
ss.dependency "Starscream", "3.1.0"
ss.dependency "Starscream", "4.0.4"
end
s.subspec "SKServer" do |ss|