15 lines
202 B
Plaintext
15 lines
202 B
Plaintext
|
platform :ios, "9.0"
|
||
|
source 'https://git.finogeeks.com/cocoapods/FinPods'
|
||
|
|
||
|
source 'https://github.com/CocoaPods/Specs.git'
|
||
|
|
||
|
|
||
|
|
||
|
inhibit_all_warnings!
|
||
|
|
||
|
target "demo" do
|
||
|
pod 'FinApplet', '2.0.177'
|
||
|
end
|
||
|
|
||
|
|