blob: f37fc949683658e37c9a6725acb2cd0a65d2d28a [file] [log] [blame]
{
"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"
}
}