Podfile 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. # Uncomment the next line to define a global platform for your project
  2. # platform :ios, '9.0'
  3. target 'UU_Ent' do
  4. # Uncomment the next line if you're using Swift or would like to use dynamic frameworks
  5. # use_frameworks!
  6. # Pods for UU_Ent
  7. pod 'UU_Ent', :path => '.'
  8. pod 'Masonry'
  9. pod 'MJExtension'
  10. pod 'MJRefresh'
  11. pod 'ReactiveObjC'
  12. pod 'SDWebImage' =>'4.4.6'
  13. pod 'IQKeyboardManager'
  14. pod 'MBProgressHUD'
  15. pod 'AFNetworking'
  16. pod 'DZNEmptyDataSet'
  17. pod 'MMDrawerController', '~> 0.5.7'
  18. pod 'NSDate+TimeAgo'
  19. pod 'FSCalendar'
  20. pod 'Charts'
  21. #ReactNative
  22. pod 'React', :path => './UU_RN/node_modules/react-native', :subspecs => [
  23. 'Core',
  24. 'CxxBridge',
  25. 'DevSupport',
  26. 'RCTWebSocket',
  27. 'RCTGeolocation',
  28. 'RCTLinkingIOS',
  29. 'RCTSettings',
  30. 'RCTText',
  31. 'RCTVibration',
  32. 'RCTImage',
  33. 'RCTAnimation',
  34. 'RCTActionSheet',
  35. 'RCTCameraRoll',
  36. ]
  37. pod 'CodePush', :path => './UU_RN/node_modules/react-native-code-push'
  38. pod 'RNGestureHandler',:path => './UU_RN/node_modules/react-native-gesture-handler'
  39. pod 'react-native-webview',:path => './UU_RN/node_modules/react-native-webview'
  40. pod 'react-native-splash-screen',:path => './UU_RN/node_modules/react-native-splash-screen'
  41. pod 'yoga', :path => './UU_RN/node_modules/react-native/ReactCommon/yoga'
  42. pod 'DoubleConversion', podspec: './UU_RN/node_modules/react-native/third-party-podspecs/DoubleConversion.podspec'
  43. pod 'glog', podspec: './UU_RN/node_modules/react-native/third-party-podspecs/glog.podspec'
  44. pod 'Folly', podspec: './UU_RN/node_modules/react-native/third-party-podspecs/Folly.podspec'
  45. target 'UU_EntTests' do
  46. inherit! :search_paths
  47. # Pods for testing
  48. end
  49. target 'UU_EntUITests' do
  50. inherit! :search_paths
  51. # Pods for testing
  52. end
  53. end