Created
November 4, 2016 09:47
-
-
Save GE-N/6d9acf7174690cbbf32e4668d077e128 to your computer and use it in GitHub Desktop.
podfile after
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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