[Add] MiaoAnyThinkKuaiShouAdapter 1.0.0
[CocoaPods.git] / Specs / 2 / 1 / 8 / ZKSforce / 51.0.2 / ZKSforce.podspec.json
blob6c07233a495770b33d39bcabda40bb8cc61fa89d
2   "name": "ZKSforce",
3   "version": "51.0.2",
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": "v51.0.2"
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   }