phizclip-ios-demo/Podfile

14 lines
159 B
Plaintext
Raw Normal View History

2020-02-22 11:21:27 +08:00
platform :ios, "9.0"
2020-11-13 18:08:40 +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