forked from forcedotcom/SmartSyncExplorerReactNative
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPodFile
25 lines (20 loc) · 891 Bytes
/
PodFile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Uncomment this line to define a global platform for your project
# platform :ios, '6.0'
target 'SmartSyncExplorerReactNative' do
pod 'React', '~> 0.9.0'
pod 'React/ART', '~> 0.9.0'
pod 'React/RCTActionSheet', '~> 0.9.0'
pod 'React/RCTAdSupport', '~> 0.9.0'
pod 'React/RCTGeolocation', '~> 0.9.0'
pod 'React/RCTImage', '~> 0.9.0'
pod 'React/RCTNetwork', '~> 0.9.0'
pod 'React/RCTPushNotification', '~> 0.9.0'
pod 'React/RCTSettings', '~> 0.9.0'
pod 'React/RCTText', '~> 0.9.0'
pod 'React/RCTVibration', '~> 0.9.0'
pod 'React/RCTWebSocket', '~> 0.9.0'
pod 'React/RCTLinkingIOS', '~> 0.9.0'
pod 'SalesforceMobileSDK-iOS', :git => 'https://github.com/forcedotcom/SalesforceMobileSDK-iOS.git', :branch => 'unstable', :submodules => 'true'
# pod 'SalesforceMobileSDK-iOS', :path => '/Users/wmathurin/Development/github/wmathurin/SalesforceMobileSDK-iOS'
# pod 'SalesforceMobileSDK-iOS'
end