19 lines
487 B
Ruby
19 lines
487 B
Ruby
source 'https://github.com/CocoaPods/Specs.git'
|
|
|
|
use_frameworks!
|
|
|
|
target 'SlackKit OS X' do
|
|
pod 'Starscream', '~> 2.0.3'
|
|
pod 'Swifter', :git => 'https://github.com/pvzig/swifter.git', :tag => '1.3.3'
|
|
end
|
|
|
|
target 'SlackKit iOS' do
|
|
pod 'Starscream', '~> 2.0.3'
|
|
pod 'Swifter', :git => 'https://github.com/pvzig/swifter.git', :tag => '1.3.3'
|
|
end
|
|
|
|
target 'SlackKit tvOS' do
|
|
pod 'Starscream', '~> 2.0.3'
|
|
pod 'Swifter', :git => 'https://github.com/pvzig/swifter.git', :tag => '1.3.3'
|
|
end
|