12 lines
170 B
Ruby
12 lines
170 B
Ruby
use_frameworks!
|
|
|
|
target 'Example-macOS' do
|
|
platform :osx, '10.9'
|
|
|
|
pod 'TGPassportKit', :path => '../'
|
|
|
|
# In production, you should use:
|
|
# pod 'TGPassportKit'
|
|
|
|
end
|