blob: 1b8b66af1ee6fddaceefeea974fe04044d75ffef [file] [log] [blame]
{
"name": "ZKSforce",
"version": "35.0.2",
"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": "v35.0.2"
},
"source_files": "zkSforce",
"private_header_files": "zkSforce/zkParser.h",
"platforms": {
"ios": "7.0",
"osx": "10.9"
},
"libraries": "xml2",
"osx": {
"frameworks": "Security"
},
"requires_arc": false,
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
}
}