Files
ASHReactNative/Podfile
T
2017-04-10 17:56:27 +08:00

17 lines
371 B
Ruby
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
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