Skip to content

Instantly share code, notes, and snippets.

@vagmi
Created March 2, 2016 00:47
Show Gist options
  • Save vagmi/b3fe247ef694b682dde5 to your computer and use it in GitHub Desktop.
Save vagmi/b3fe247ef694b682dde5 to your computer and use it in GitHub Desktop.
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.0'
use_frameworks!
target 'IntegrateRN' do
pod 'React', :path => './node_modules/react-native', :subspecs => [
'Core',
'RCTImage',
'RCTNetwork',
'RCTText',
'RCTWebSocket',
# Add any other subspecs you want to use in your project
]
pod 'Alamofire'
pod 'SnapKit'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment