Podfile 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  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 'pop'
  18. pod 'TZImagePickerController'
  19. pod 'EGOCache'
  20. pod 'SDWebImage'=>'4.4.6'
  21. pod 'HMSegmentedControl'
  22. pod 'AMapSearch'
  23. #ReactNative
  24. # 'Core',
  25. #'CxxBridge',
  26. #'DevSupport',
  27. #'RCTWebSocket',
  28. #'RCTGeolocation',
  29. #'RCTLinkingIOS',
  30. #'RCTSettings',
  31. #'RCTText',
  32. #'RCTVibration',
  33. #'RCTImage',
  34. # 'RCTAnimation',
  35. #'RCTActionSheet',
  36. #'RCTCameraRoll',
  37. # ]
  38. # pod 'yoga', :path => './UU_RN/node_modules/react-native/ReactCommon/yoga'
  39. # pod 'RNGestureHandler',:path => './UU_RN/node_modules/react-native-gesture-handler'
  40. # pod 'DoubleConversion', podspec: './UU_RN/node_modules/react-native/third-party-podspecs/DoubleConversion.podspec'
  41. # pod 'glog', podspec: './UU_RN/node_modules/react-native/third-party-podspecs/glog.podspec'
  42. # pod 'Folly', podspec: './UU_RN/node_modules/react-native/third-party-podspecs/Folly.podspec'
  43. # pod 'CodePush', :path => './UU_RN/node_modules/react-native-code-push'
  44. # pod 'react-native-orientation', :path => './UU_RN/node_modules/react-native-orientation'
  45. #0.60.0以上新版本使用
  46. # pod 'React', :path => './UU_RN/node_modules/react-native/'
  47. # pod 'React-Core', :path => './UU_RN/node_modules/react-native/React'
  48. # pod 'React-DevSupport', :path => './UU_RN/node_modules/react-native/React'
  49. # pod 'React-fishhook', :path => './UU_RN/node_modules/react-native/Libraries/fishhook'
  50. # pod 'React-RCTActionSheet', :path => './UU_RN/node_modules/react-native/Libraries/ActionSheetIOS'
  51. # pod 'React-RCTAnimation', :path => './UU_RN/node_modules/react-native/Libraries/NativeAnimation'
  52. # pod 'React-RCTBlob', :path => './UU_RN/node_modules/react-native/Libraries/Blob'
  53. # pod 'React-RCTImage', :path => './UU_RN/node_modules/react-native/Libraries/Image'
  54. # pod 'React-RCTLinking', :path => './UU_RN/node_modules/react-native/Libraries/LinkingIOS'
  55. # pod 'React-RCTNetwork', :path => './UU_RN/node_modules/react-native/Libraries/Network'
  56. # pod 'React-RCTSettings', :path => './UU_RN/node_modules/react-native/Libraries/Settings'
  57. # pod 'React-RCTText', :path => './UU_RN/node_modules/react-native/Libraries/Text'
  58. # pod 'React-RCTVibration', :path => './UU_RN/node_modules/react-native/Libraries/Vibration'
  59. # pod 'React-RCTWebSocket', :path => './UU_RN/node_modules/react-native/Libraries/WebSocket'
  60. #
  61. # pod 'React-cxxreact', :path => './UU_RN/node_modules/react-native/ReactCommon/cxxreact'
  62. # pod 'React-jsi', :path => './UU_RN/node_modules/react-native/ReactCommon/jsi'
  63. # pod 'React-jsiexecutor', :path => './UU_RN/node_modules/react-native/ReactCommon/jsiexecutor'
  64. # pod 'yoga', :path => './UU_RN/node_modules/react-native/ReactCommon/yoga'
  65. #
  66. # pod 'DoubleConversion', :podspec => './UU_RN/node_modules/react-native/third-party-podspecs/DoubleConversion.podspec'
  67. # pod 'glog', :podspec => './UU_RN/node_modules/react-native/third-party-podspecs/glog.podspec'
  68. # pod 'Folly', :podspec => './UU_RN/node_modules/react-native/third-party-podspecs/Folly.podspec'
  69. end