Skip to content

Instantly share code, notes, and snippets.

@jper92
jper92 / Podfile
Last active August 21, 2018 22:17
Expo configuration files
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '9.0'
target 'myapp' do
pod 'ExpoKit',
:git => "http://github.com/expo/expo.git",
:tag => "ios/2.7.4",
:subspecs => [
"Core"
],