[Add] ExpoFpCommon 4.8.3
[CocoaPods.git] / Specs / 4 / 2 / 3 / SPConnector / 0.3 / SPConnector.podspec.json
blob16eab91ecbc4b50bef608101e94da0be2845de37
2   "name": "SPConnector",
3   "version": "0.3",
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.3"
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   }