blob: a133796635360d4293e07f6792f6f5062bb60dd4 [file] [log] [blame]
{
"name": "ZKSforce",
"version": "29.0.1",
"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": "v29.0.1"
},
"source_files": "zkSforce",
"libraries": "xml2",
"osx": {
"frameworks": "Security"
},
"requires_arc": false,
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
}
}