Skip to content

Instantly share code, notes, and snippets.

@pilot34
Created October 24, 2014 13:37
Show Gist options
  • Save pilot34/0180c82b057309e255d3 to your computer and use it in GitHub Desktop.
Save pilot34/0180c82b057309e255d3 to your computer and use it in GitHub Desktop.
zkSforce.podspec.json
{
"name": "ZKSforce",
"version": "31.0.0",
"license": "MIT",
"summary": "A Cocoa library for calling the Salesforce.com SOAP APIs.",
"homepage": "https://github.com/superfell/zkSforce",
"authors": {
"Simon Fell": "fellforce@gmail.com"
},
"source": {
"git": "https://github.com/superfell/zkSforce.git",
"tag": "v31.0.0"
},
"source_files": "zkSforce",
"libraries": "xml2",
"osx": {
"frameworks": "Security"
},
"requires_arc": false,
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment