phizclip-ios-demo/Podfile

18 lines
421 B
Ruby
Executable File
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

source 'https://github.com/CocoaPods/Specs.git'
#国内的源
#source 'https://cdn.cocoapods.org/'
target 'FinDemo' do
#FinClip核心SDK必集成其他子SDK都是可选。最低支持iOS9.0系统
pod 'FinApplet'
#如小程序中用到chooseLocation、getLocation、openLocation、choosePoi、startRecord、stopRecord、RecorderManager这些api可集成该子SDK
pod 'FinAppletExt'
end