Created
September 8, 2016 16:30
-
-
Save pilot34/6ab3bb0a123e703d816252a6b7d6638e to your computer and use it in GitHub Desktop.
This file contains hidden or 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
{ | |
"authors": { | |
"Simon Fell": "[email protected]" | |
}, | |
"homepage": "https://github.com/superfell/zkSforce", | |
"libraries": "xml2", | |
"license": "MIT", | |
"name": "ZKSforce", | |
"osx": { | |
"frameworks": "Security" | |
}, | |
"platforms": { | |
"ios": "7.0", | |
"osx": "10.9" | |
}, | |
"requires_arc": false, | |
"source": { | |
"git": "https://github.com/superfell/zkSforce.git", | |
"tag": "v37.0.0" | |
}, | |
"source_files": "zkSforce", | |
"summary": "A Cocoa library for calling the Salesforce.com SOAP APIs.", | |
"version": "37.0.0", | |
"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