[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 4 / 2 / 3 / SPConnector / 0.5 / SPConnector.podspec.json
blob76bb3641c71bc9621ec97a64912efc85dfd5b9e2
2   "name": "SPConnector",
3   "version": "0.5",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "summary": "A SharePoint services library for iOS and OS X.",
9   "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",
10   "homepage": "https://github.com/woodnathan/SPConnector/",
11   "authors": {
12     "Nathan Wood": "nathan@appening.com.au"
13   },
14   "source": {
15     "git": "https://github.com/woodnathan/SPConnector.git",
16     "tag": "0.5"
17   },
18   "source_files": "SPConnector",
19   "requires_arc": true,
20   "platforms": {
21     "ios": "5.0",
22     "osx": "10.7"
23   },
24   "libraries": "xml2",
25   "xcconfig": {
26     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
27   }