12 lines
168 B
Ruby
12 lines
168 B
Ruby
use_frameworks!
|
|
|
|
target 'Example-iOS' do
|
|
platform :ios, '9.0'
|
|
|
|
pod 'TGPassportKit', :path => '../'
|
|
|
|
# In production, you should use:
|
|
# pod 'TGPassportKit'
|
|
|
|
end
|