Skip to content

Instantly share code, notes, and snippets.

@GE-N
Created November 4, 2016 09:47
Show Gist options
  • Save GE-N/6d9acf7174690cbbf32e4668d077e128 to your computer and use it in GitHub Desktop.
Save GE-N/6d9acf7174690cbbf32e4668d077e128 to your computer and use it in GitHub Desktop.
podfile after
platform :ios, '10.0'
use_frameworks!
def core_pods
pod 'MyApp_API', :git => 'https://bitbucket.org/gomeeki_mobile_team/myapp-api'
end
...
target 'MyApp' do
core_pods
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment