[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / 6 / 8 / 9 / DeskAPIClient / 2.1.0 / DeskAPIClient.podspec.json
blob16fa93915835de9e485db982270908031d742b71
2   "name": "DeskAPIClient",
3   "version": "2.1.0",
4   "summary": "A lightweight wrapper around the Desk.com API, v2.",
5   "license": {
6     "type": "BSD 3-Clause",
7     "file": "LICENSE.txt"
8   },
9   "homepage": "https://github.com/forcedotcom/DeskApiClient-ObjC",
10   "authors": {
11     "Salesforce, Inc.": "mobile@desk.com"
12   },
13   "source": {
14     "git": "https://github.com/forcedotcom/DeskApiClient-ObjC.git",
15     "tag": "2.1.0"
16   },
17   "platforms": {
18     "ios": "8.0"
19   },
20   "source_files": [
21     "DeskAPIClient/DeskAPIClient/*.{h,m}",
22     "DeskAPIClient/DeskAPIClient/**/*.{h,m}"
23   ],
24   "requires_arc": true,
25   "dependencies": {
26     "DeskCommon": [
27       "~> 1.0.4"
28     ]
29   }