[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 1 / e / 9 / DeskCommonTest / 1.0.3 / DeskCommonTest.podspec.json
blob49da59b8ec26555b0686779ad35de80cb3f81235
2   "name": "DeskCommonTest",
3   "version": "1.0.3",
4   "summary": "Common test code shared by Salesforce Desk Cocoa projects",
5   "license": {
6     "type": "BSD 3-Clause",
7     "file": "LICENSE.txt"
8   },
9   "homepage": "https://github.com/forcedotcom/DeskCommonTest-Cocoa",
10   "authors": {
11     "Salesforce, Inc.": "mobile@desk.com"
12   },
13   "source": {
14     "git": "https://github.com/forcedotcom/DeskCommonTest-Cocoa.git",
15     "tag": "1.0.3"
16   },
17   "platforms": {
18     "ios": "8.0"
19   },
20   "source_files": [
21     "DeskCommonTest/DeskCommonTest/*.{h,m}",
22     "DeskCommonTest/DeskCommonTest/**/*.{h,m}"
23   ],
24   "requires_arc": true,
25   "dependencies": {
26     "OHHTTPStubs": [
27       "~> 4.6.0"
28     ],
29     "DeskCommon": [
30       "~> 1.1"
31     ]
32   }