[Add] TradPlusAdSDK 12.9.0
[CocoaPods.git] / Specs / 2 / 1 / 8 / ZKSforce / 58.0.0 / ZKSforce.podspec.json
blob6b0e9165b798ea1255a7c874558c5993e63cd98f
2   "name": "ZKSforce",
3   "version": "58.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": "v58.0.0"
13   },
14   "source_files": "zkSforce/**/*",
15   "platforms": {
16     "ios": "9.0",
17     "osx": "10.13"
18   },
19   "libraries": "xml2",
20   "osx": {
21     "frameworks": "Security"
22   },
23   "requires_arc": true,
24   "xcconfig": {
25     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
26   }