Commit 06c6d569 authored by Qiu Xiang's avatar Qiu Xiang
Browse files

Add Podfile

parent af2e42bc
Loading
Loading
Loading
Loading

example/ios/Podfile

0 → 100644
+11 −0
Original line number Diff line number Diff line
source 'https://github.com/CocoaPods/Specs.git'

platform :ios, '8.0'

target 'Example' do

  pod 'Yoga', path: '../../node_modules/react-native/ReactCommon/yoga/Yoga.podspec'
  pod 'React', path: '../../node_modules/react-native/React.podspec'
  pod 'react-native-amap3d', path: '../../'

end