| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980 |
- # Uncomment the next line to define a global platform for your project
- platform :ios, '9.0'
- target 'shiku_im' do
- # Uncomment the next line if you're using Swift or would like to use dynamic frameworks
- # use_frameworks!
- pod 'MJRefresh'
- pod 'MJExtension'=>'3.0.10'
- # pod 'MBProgressHUD'
- pod 'AFNetworking'
- pod 'FMDB'
- pod 'Bugtags'
- pod 'WechatOpenSDK'
- pod 'SVProgressHUD'
- pod 'ReactiveObjC'
- pod 'Masonry'
- pod 'IQKeyboardManager'
- pod 'AliPay'
- pod 'pop'
- pod 'TZImagePickerController'
- pod 'EGOCache'
- pod 'SDWebImage'=>'4.4.6'
- pod 'HMSegmentedControl'
- #ReactNative
-
- pod 'React', :path => './UU_RN/node_modules/react-native', :subspecs => [
- 'Core',
- 'CxxBridge',
- 'DevSupport',
- 'RCTWebSocket',
- 'RCTGeolocation',
- 'RCTLinkingIOS',
- 'RCTSettings',
- 'RCTText',
- 'RCTVibration',
- 'RCTImage',
- 'RCTAnimation',
- 'RCTActionSheet',
- 'RCTCameraRoll',
-
- ]
-
- pod 'yoga', :path => './UU_RN/node_modules/react-native/ReactCommon/yoga'
- pod 'RNGestureHandler',:path => './UU_RN/node_modules/react-native-gesture-handler'
- pod 'DoubleConversion', podspec: './UU_RN/node_modules/react-native/third-party-podspecs/DoubleConversion.podspec'
- pod 'glog', podspec: './UU_RN/node_modules/react-native/third-party-podspecs/glog.podspec'
- pod 'Folly', podspec: './UU_RN/node_modules/react-native/third-party-podspecs/Folly.podspec'
- pod 'CodePush', :path => './UU_RN/node_modules/react-native-code-push'
- pod 'react-native-orientation', :path => './UU_RN/node_modules/react-native-orientation'
-
- #0.60.0以上新版本使用
- # pod 'React', :path => './UU_RN/node_modules/react-native/'
- # pod 'React-Core', :path => './UU_RN/node_modules/react-native/React'
- # pod 'React-DevSupport', :path => './UU_RN/node_modules/react-native/React'
- # pod 'React-fishhook', :path => './UU_RN/node_modules/react-native/Libraries/fishhook'
- # pod 'React-RCTActionSheet', :path => './UU_RN/node_modules/react-native/Libraries/ActionSheetIOS'
- # pod 'React-RCTAnimation', :path => './UU_RN/node_modules/react-native/Libraries/NativeAnimation'
- # pod 'React-RCTBlob', :path => './UU_RN/node_modules/react-native/Libraries/Blob'
- # pod 'React-RCTImage', :path => './UU_RN/node_modules/react-native/Libraries/Image'
- # pod 'React-RCTLinking', :path => './UU_RN/node_modules/react-native/Libraries/LinkingIOS'
- # pod 'React-RCTNetwork', :path => './UU_RN/node_modules/react-native/Libraries/Network'
- # pod 'React-RCTSettings', :path => './UU_RN/node_modules/react-native/Libraries/Settings'
- # pod 'React-RCTText', :path => './UU_RN/node_modules/react-native/Libraries/Text'
- # pod 'React-RCTVibration', :path => './UU_RN/node_modules/react-native/Libraries/Vibration'
- # pod 'React-RCTWebSocket', :path => './UU_RN/node_modules/react-native/Libraries/WebSocket'
- #
- # pod 'React-cxxreact', :path => './UU_RN/node_modules/react-native/ReactCommon/cxxreact'
- # pod 'React-jsi', :path => './UU_RN/node_modules/react-native/ReactCommon/jsi'
- # pod 'React-jsiexecutor', :path => './UU_RN/node_modules/react-native/ReactCommon/jsiexecutor'
- # pod 'yoga', :path => './UU_RN/node_modules/react-native/ReactCommon/yoga'
- #
- # pod 'DoubleConversion', :podspec => './UU_RN/node_modules/react-native/third-party-podspecs/DoubleConversion.podspec'
- # pod 'glog', :podspec => './UU_RN/node_modules/react-native/third-party-podspecs/glog.podspec'
- # pod 'Folly', :podspec => './UU_RN/node_modules/react-native/third-party-podspecs/Folly.podspec'
- end
|