[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / 2 / 1 / 8 / ZKSforce / 50.0.0 / ZKSforce.podspec.json
blobdd148e546f2d361316511be1c23471b51d4a1a26
2   "name": "ZKSforce",
3   "version": "50.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": "v50.0.0"
13   },
14   "source_files": "zkSforce/**/*",
15   "platforms": {
16     "ios": "9.0",
17     "osx": "10.9"
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   }