1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- # Uncomment the next line to define a global platform for your project
- # platform :ios, '9.0'
- target 'UU_Ent' do
- # Uncomment the next line if you're using Swift or would like to use dynamic frameworks
- # use_frameworks!
-
- # Pods for UU_Ent
-
- pod 'UU_Ent', :path => '.'
- pod 'Masonry'
- pod 'MJExtension'
- pod 'MJRefresh'
- pod 'ReactiveObjC'
- pod 'SDWebImage' =>'4.4.6'
- pod 'IQKeyboardManager'
- pod 'MBProgressHUD'
- pod 'AFNetworking'
- pod 'DZNEmptyDataSet'
- pod 'MMDrawerController', '~> 0.5.7'
- pod 'NSDate+TimeAgo'
- pod 'FSCalendar'
- pod 'Charts'
-
- #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 'CodePush', :path => './UU_RN/node_modules/react-native-code-push'
- pod 'RNGestureHandler',:path => './UU_RN/node_modules/react-native-gesture-handler'
- pod 'react-native-webview',:path => './UU_RN/node_modules/react-native-webview'
- pod 'react-native-splash-screen',:path => './UU_RN/node_modules/react-native-splash-screen'
- 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'
-
-
- target 'UU_EntTests' do
- inherit! :search_paths
- # Pods for testing
- end
-
- target 'UU_EntUITests' do
- inherit! :search_paths
- # Pods for testing
- end
- end
|