4.6.0 (#190)
* Generate .xcframework deps, upgrade dep versions * Don’t use_frameworks! for CocoaPods
This commit is contained in:
+3
-3
@@ -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|
|
||||
|
||||
Reference in New Issue
Block a user