phizclip-ios-demo/Podfile

18 lines
421 B
Plaintext
Raw Normal View History

2023-05-31 11:00:11 +08:00
source 'https://github.com/CocoaPods/Specs.git'
#国内的源
#source 'https://cdn.cocoapods.org/'
2020-02-22 11:21:27 +08:00
2023-05-31 11:00:11 +08:00
target 'FinDemo' do
2022-04-21 10:52:28 +08:00
2023-05-31 11:00:11 +08:00
#FinClip核心SDK必集成其他子SDK都是可选。最低支持iOS9.0系统
2023-05-31 11:05:15 +08:00
pod 'FinApplet'
2020-02-22 11:21:27 +08:00
2023-05-31 11:00:11 +08:00
#如小程序中用到chooseLocation、getLocation、openLocation、choosePoi、startRecord、stopRecord、RecorderManager这些api可集成该子SDK
2023-05-31 11:05:15 +08:00
pod 'FinAppletExt'
2023-05-31 11:00:11 +08:00
2020-02-22 11:21:27 +08:00
2023-05-31 11:00:11 +08:00
2020-02-22 11:21:27 +08:00
end