[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 2 / 1 / 8 / ZKSforce / 36.0.0 / ZKSforce.podspec.json
blob10953f7a4a9cad514023d919e983b29c3400efbf
2   "name": "ZKSforce",
3   "version": "36.0.0",
4   "license": "MIT",
5   "summary": "A Cocoa library for calling the Salesforce.com SOAP APIs.",
6   "homepage": "https://github.com/superfell/zkSforce",
7   "authors": {
8     "Simon Fell": "fellforce@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/superfell/zkSforce.git",
12     "tag": "v36.0.0"
13   },
14   "source_files": "zkSforce",
15   "private_header_files": "zkSforce/zkParser.h",
16   "platforms": {
17     "ios": "7.0",
18     "osx": "10.9"
19   },
20   "libraries": "xml2",
21   "osx": {
22     "frameworks": "Security"
23   },
24   "requires_arc": false,
25   "xcconfig": {
26     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
27   }