[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 2 / 1 / 8 / ZKSforce / 38.0.1 / ZKSforce.podspec.json
blobb4820671eb53ef45e6467f83d53fd8ab658b3a99
2   "name": "ZKSforce",
3   "version": "38.0.1",
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": "v38.0.1"
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   }