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-06-03 14:28:10 +08:00
pod 'FinApplet', '2.28.1'
pod 'FinAppletExt', '2.28.1'
2020-02-22 11:21:27 +08:00
end