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-13 16:32:40 +08:00
pod 'FinApplet', '2.29.1'
pod 'FinAppletExt', '2.29.1'
2020-02-22 11:21:27 +08:00
end