7 lines
99 B
Ruby
7 lines
99 B
Ruby
platform :osx, '10.11'
|
|
|
|
target 'Leaderboard' do
|
|
use_frameworks!
|
|
pod 'SlackKit', '>= 4.3.0'
|
|
end
|