platform :ios,8.0 target 'ASHReactNative’ do source 'https://github.com/CocoaPods/Specs.git' source 'https://github.com/Artsy/Specs.git' pod 'React' =>'0.42.0' pod 'React/Core' =>'0.42.0' pod 'React/RCTImage' =>'0.42.0' pod 'React/RCTWebSocket' =>'0.42.0' pod 'React/RCTText' =>'0.42.0' pod 'React/RCTActionSheet' =>'0.42.0' pod 'ASHReactNative' ,:path => "./" end