2020-02-22 11:21:27 +08:00
|
|
|
platform :ios, "9.0"
|
2020-11-12 11:55:46 +08:00
|
|
|
#source 'https://github.com/CocoaPods/Specs.git'
|
2020-02-22 11:21:27 +08:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
inhibit_all_warnings!
|
|
|
|
|
|
|
|
target "demo" do
|
2020-04-04 20:53:44 +08:00
|
|
|
pod 'FinApplet'
|
2020-11-04 10:54:48 +08:00
|
|
|
pod 'FinAppletExt'
|
2020-02-22 11:21:27 +08:00
|
|
|
end
|
|
|
|
|
|
|
|
|