summaryrefslogtreecommitdiff
path: root/platform/ios/demo/Podfile
diff options
context:
space:
mode:
Diffstat (limited to 'platform/ios/demo/Podfile')
-rw-r--r--platform/ios/demo/Podfile16
1 files changed, 16 insertions, 0 deletions
diff --git a/platform/ios/demo/Podfile b/platform/ios/demo/Podfile
new file mode 100644
index 0000000000..56d1816b1a
--- /dev/null
+++ b/platform/ios/demo/Podfile
@@ -0,0 +1,16 @@
+platform :ios, '8.0'
+use_frameworks!
+
+target 'Examples' do
+ # Pods for Examples
+ pod 'Mapbox-iOS-SDK-symbols', :podspec => 'https://raw.githubusercontent.com/mapbox/mapbox-gl-native/ios-v3.6.0-beta.2/platform/ios/Mapbox-iOS-SDK-symbols.podspec'
+
+end
+
+target 'ExamplesTests' do
+ # Pods for testing
+end
+
+target 'ExamplesUITests' do
+ # Pods for testing
+end