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