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-04-01 08:53:59 +08:00
pod 'FinApplet', '2.23.5'
pod 'FinAppletExt', '2.23.5'
2020-02-22 11:21:27 +08:00
end