phizclip-ios-demo/Podfile

13 lines
148 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-03-07 20:00:19 +08:00
pod 'FinApplet', '2.0.192'
2020-02-22 11:21:27 +08:00
end