blob: 76bb3641c71bc9621ec97a64912efc85dfd5b9e2 [file] [log] [blame]
{
"name": "SPConnector",
"version": "0.5",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "A SharePoint services library for iOS and OS X.",
"description": " SPConnector is designed to bring SharePoint whilst remaining lightweight.\n\n It does not handle network connections itself and is designed to be flexible around this.\n",
"homepage": "https://github.com/woodnathan/SPConnector/",
"authors": {
"Nathan Wood": "nathan@appening.com.au"
},
"source": {
"git": "https://github.com/woodnathan/SPConnector.git",
"tag": "0.5"
},
"source_files": "SPConnector",
"requires_arc": true,
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"libraries": "xml2",
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
}
}