Podfile 3.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. # Uncomment the next line to define a global platform for your project
  2. platform :ios, '9.0'
  3. target 'shiku_im' do
  4. # Uncomment the next line if you're using Swift or would like to use dynamic frameworks
  5. # use_frameworks!
  6. pod 'MJRefresh'
  7. pod 'MJExtension'=>'3.0.10'
  8. # pod 'MBProgressHUD'
  9. pod 'AFNetworking'
  10. pod 'FMDB'
  11. pod 'Bugtags'
  12. pod 'WechatOpenSDK'
  13. pod 'SVProgressHUD'
  14. pod 'ReactiveObjC'
  15. pod 'Masonry'
  16. pod 'IQKeyboardManager'
  17. pod 'AliPay'
  18. pod 'pop'
  19. pod 'TZImagePickerController'
  20. pod 'EGOCache'
  21. pod 'SDWebImage'=>'4.4.6'
  22. pod 'HMSegmentedControl'
  23. #ReactNative
  24. pod 'React', :path => './UU_RN/node_modules/react-native', :subspecs => [
  25. 'Core',
  26. 'CxxBridge',
  27. 'DevSupport',
  28. 'RCTWebSocket',
  29. 'RCTGeolocation',
  30. 'RCTLinkingIOS',
  31. 'RCTSettings',
  32. 'RCTText',
  33. 'RCTVibration',
  34. 'RCTImage',
  35. 'RCTAnimation',
  36. 'RCTActionSheet',
  37. 'RCTCameraRoll',
  38. ]
  39. pod 'yoga', :path => './UU_RN/node_modules/react-native/ReactCommon/yoga'
  40. pod 'RNGestureHandler',:path => './UU_RN/node_modules/react-native-gesture-handler'
  41. pod 'DoubleConversion', podspec: './UU_RN/node_modules/react-native/third-party-podspecs/DoubleConversion.podspec'
  42. pod 'glog', podspec: './UU_RN/node_modules/react-native/third-party-podspecs/glog.podspec'
  43. pod 'Folly', podspec: './UU_RN/node_modules/react-native/third-party-podspecs/Folly.podspec'
  44. pod 'CodePush', :path => './UU_RN/node_modules/react-native-code-push'
  45. pod 'react-native-orientation', :path => './UU_RN/node_modules/react-native-orientation'
  46. #0.60.0以上新版本使用
  47. # pod 'React', :path => './UU_RN/node_modules/react-native/'
  48. # pod 'React-Core', :path => './UU_RN/node_modules/react-native/React'
  49. # pod 'React-DevSupport', :path => './UU_RN/node_modules/react-native/React'
  50. # pod 'React-fishhook', :path => './UU_RN/node_modules/react-native/Libraries/fishhook'
  51. # pod 'React-RCTActionSheet', :path => './UU_RN/node_modules/react-native/Libraries/ActionSheetIOS'
  52. # pod 'React-RCTAnimation', :path => './UU_RN/node_modules/react-native/Libraries/NativeAnimation'
  53. # pod 'React-RCTBlob', :path => './UU_RN/node_modules/react-native/Libraries/Blob'
  54. # pod 'React-RCTImage', :path => './UU_RN/node_modules/react-native/Libraries/Image'
  55. # pod 'React-RCTLinking', :path => './UU_RN/node_modules/react-native/Libraries/LinkingIOS'
  56. # pod 'React-RCTNetwork', :path => './UU_RN/node_modules/react-native/Libraries/Network'
  57. # pod 'React-RCTSettings', :path => './UU_RN/node_modules/react-native/Libraries/Settings'
  58. # pod 'React-RCTText', :path => './UU_RN/node_modules/react-native/Libraries/Text'
  59. # pod 'React-RCTVibration', :path => './UU_RN/node_modules/react-native/Libraries/Vibration'
  60. # pod 'React-RCTWebSocket', :path => './UU_RN/node_modules/react-native/Libraries/WebSocket'
  61. #
  62. # pod 'React-cxxreact', :path => './UU_RN/node_modules/react-native/ReactCommon/cxxreact'
  63. # pod 'React-jsi', :path => './UU_RN/node_modules/react-native/ReactCommon/jsi'
  64. # pod 'React-jsiexecutor', :path => './UU_RN/node_modules/react-native/ReactCommon/jsiexecutor'
  65. # pod 'yoga', :path => './UU_RN/node_modules/react-native/ReactCommon/yoga'
  66. #
  67. # pod 'DoubleConversion', :podspec => './UU_RN/node_modules/react-native/third-party-podspecs/DoubleConversion.podspec'
  68. # pod 'glog', :podspec => './UU_RN/node_modules/react-native/third-party-podspecs/glog.podspec'
  69. # pod 'Folly', :podspec => './UU_RN/node_modules/react-native/third-party-podspecs/Folly.podspec'
  70. end