phizclip-ios-demo/Podfile

19 lines
265 B
Plaintext
Raw Normal View History

2020-02-22 11:21:27 +08:00
platform :ios, "9.0"
2022-04-21 10:52:28 +08:00
source 'https://cdn.cocoapods.org/'
2020-02-22 11:21:27 +08:00
inhibit_all_warnings!
target "demo" do
2021-07-19 10:23:05 +08:00
pod 'FinApplet'
pod 'FinAppletExt'
2022-04-21 10:52:28 +08:00
pod 'FinAppletWebRTC'
pod 'FinAppletBDMap'
pod 'FinAppletGDMap'
pod 'FinAppletBLE'
pod 'WechatOpenSDK'
2020-02-22 11:21:27 +08:00
end