phizclip-ios-demo/Podfile

13 lines
137 B
Plaintext
Raw Normal View History

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