Skip to content

Instantly share code, notes, and snippets.

@welbesw
Created June 7, 2016 15:58
Show Gist options
  • Save welbesw/8a32e4341f2147c3b050afecaf5668c2 to your computer and use it in GitHub Desktop.
Save welbesw/8a32e4341f2147c3b050afecaf5668c2 to your computer and use it in GitHub Desktop.
Salesforce SDK Podfile
#define the source locations. The Salesforce SDK is not a published cocoapod
source 'https://github.com/forcedotcom/SalesforceMobileSDK-iOS-Specs.git' # needs to be first
source 'https://github.com/CocoaPods/Specs.git'
use_frameworks!
target 'ContactsForce' do
pod 'SalesforceSDKCore'
pod 'SalesforceNetwork'
pod 'SalesforceRestAPI'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment