phizclip-ios-demo/Podfile

12 lines
130 B
Plaintext
Raw Normal View History

2020-02-22 11:21:27 +08:00
platform :ios, "9.0"
inhibit_all_warnings!
target "demo" do
2021-03-10 11:06:44 +08:00
pod 'FinApplet', '2.22.4'
pod 'FinAppletExt', '2.22.4'
2020-02-22 11:21:27 +08:00
end