Podfile 2.2 KB
Newer Older
DCloud_iOS_WZT's avatar
DCloud_iOS_WZT 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61
# Uncomment the next line to define a global platform for your project

#source 'https://gitee.com/mirrors/CocoaPods-Specs.git'

platform :ios, '12.0'

target 'HelloUniMPDemo' do

    pod 'unimp/Core', :path => '../'
#    pod 'unimp/Accelerometer', :path => '../'
#    pod 'unimp/Audio', :path => '../'
#    pod 'unimp/Contacts', :path => '../'
#    pod 'unimp/Camera&Gallery', :path => '../'
#    pod 'unimp/File', :path => '../'
#    pod 'unimp/Video', :path => '../'
#    pod 'unimp/NativeJS', :path => '../'
#    pod 'unimp/Orientation', :path => '../'
#    pod 'unimp/Message', :path => '../'
#    pod 'unimp/Zip', :path => '../'
#    pod 'unimp/Proximity', :path => '../'
#    pod 'unimp/Sqlite', :path => '../'
    
#    ## 蓝牙
#    pod 'unimp/IBeacon', :path => '../'
#    pod 'unimp/BlueTooth', :path => '../'

    ##  语音识别
#    pod 'unimp/Speech-Baidu', :path => '../'
#    
#    ## Payment
#    pod 'unimp/Payment-IAP', :path => '../'
#    pod 'unimp/Payment-AliPay', :path => '../'
    pod 'unimp/Payment-Wechat', :path => '../'  ##如果使用微信支付功能 分享和登录必须用包含微信支付的库
#    pod 'unimp/Payment-Paypal', :path => '../'  ##iOS13.0+
#    pod 'unimp/Payment-Stripe', :path => '../'  ##iOS13.0+
#
#    ## Share
    pod 'unimp/Share-Wechat', :path => '../'       ##如果使用了微信支付,分享用这个
#    pod 'unimp/Share-Wechat-Nopay', :path => '../' ##如果没有使用微信支付,分享用这个
#    pod 'unimp/Share-QQ', :path => '../'
#    pod 'unimp/Share-Sina', :path => '../'
#
#    ## Oauth
#     pod 'unimp/Oauth-Google', :path => '../'
#     pod 'unimp/Oauth-QQ', :path => '../'
     pod 'unimp/Oauth-Facebook', :path => '../'    ##iOS12.0+
#     pod 'unimp/Oauth-Wechat', :path => '../'       ##如果使用了微信支付,分享用这个
#     pod 'unimp/Oauth-Wechat-Nopay', :path => '../' ##如果没有使用微信支付,分享用这个
#     pod 'unimp/Oauth-Sina', :path => '../'
     
     ## Statistic
#    pod 'unimp/Statistic-Umeng', :path => '../'
#
#    ## Map 二选一
#    pod 'unimp/Map-Gaode', :path => '../'
#    pod 'unimp/Map-Baidu', :path => '../'
#    
#    ## Location 二选一
#    pod 'unimp/Geolocation-Gaode', :path => '../'
#    pod 'unimp/Geolocation-Baidu', :path => '../'
end