Podfile 336 B

12345678910111213
  1. # use_frameworks!
  2. platform :ios, '12.0'
  3. source 'https://github.com/CocoaPods/Specs.git'
  4. source 'http://39.96.8.150:10080/l405023944/LenzSDK_iOS.git'
  5. target 'LenzCameraNativeModuleForRN_Example' do
  6. # 使用私有库,由于发布
  7. # pod 'LenzSDK' ,'~> 1.0.3'
  8. # 使用本地路径,用于开发
  9. pod 'LenzSDK', :path => '../'
  10. end