[Add] NHValidationKit 1.0.2
[CocoaPods.git] / Specs / 6 / 8 / 9 / DeskAPIClient / 1.1.3 / DeskAPIClient.podspec.json
blob9934413d499b1468f9441a2d3989cd0219acccba
2   "name": "DeskAPIClient",
3   "version": "1.1.3",
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": "1.1.3"
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     "DeskCommonTest": [
30       "~> 1.0.2"
31     ],
32     "Expecta": [
33       "~> 0.3.1"
34     ],
35     "OCMock": [
36       "~> 3.0.2"
37     ]
38   }