This commit is contained in:
Peter Zignego
2017-03-10 17:29:43 -05:00
parent 32a4aa13ea
commit 3416161818
5 changed files with 0 additions and 1060 deletions
-18
View File
@@ -1,18 +0,0 @@
Pod::Spec.new do |s|
s.name = "SlackKit"
s.version = "3.1.9"
s.summary = "a Slack client library for OS X, iOS, and tvOS written in Swift"
s.homepage = "https://github.com/pvzig/SlackKit"
s.license = 'MIT'
s.author = { "Peter Zignego" => "peter@launchsoft.co" }
s.source = { :git => "https://github.com/pvzig/SlackKit.git", :tag => s.version.to_s }
s.social_media_url = 'https://twitter.com/pvzig'
s.ios.deployment_target = '8.0'
s.osx.deployment_target = '10.10'
s.tvos.deployment_target = '9.0'
s.requires_arc = true
s.source_files = 'Sources/SlackKit/**/*.swift'
s.frameworks = 'Foundation'
s.dependency 'Starscream'
s.dependency 'Swifter'
end