blob: ee5df4b1ac68ef516b4925018b856833cfd0ebbc [file] [log] [blame]
{
"name": "CMIS",
"version": "0.0.2",
"platforms": {
"ios": "6.0"
},
"summary": "Apache Chemistry ObjectiveCMIS.",
"description": " Apache Chemistry ObjectiveCMIS. Please see http://chemistry.apache.org/objective-c/objectivecmis.html for more details.\n",
"homepage": "https://github.com/FWKamil/CMIS",
"license": {
"type": "Apache License",
"file": "LICENSE"
},
"authors": {
"Kamil Kocemba": "kamil@futureworkshops.com"
},
"source": {
"git": "git@github.com:FWKamil/CMIS.git",
"tag": "0.0.2"
},
"source_files": "CMIS/**/*.{h,m}",
"requires_arc": true,
"frameworks": [
"SystemConfiguration"
],
"xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "OBJECTIVECMIS_VERSION=@\\\"0.5.1\\\""
}
}