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