blob: 49da59b8ec26555b0686779ad35de80cb3f81235 [file] [log] [blame]
{
"name": "DeskCommonTest",
"version": "1.0.3",
"summary": "Common test code shared by Salesforce Desk Cocoa projects",
"license": {
"type": "BSD 3-Clause",
"file": "LICENSE.txt"
},
"homepage": "https://github.com/forcedotcom/DeskCommonTest-Cocoa",
"authors": {
"Salesforce, Inc.": "mobile@desk.com"
},
"source": {
"git": "https://github.com/forcedotcom/DeskCommonTest-Cocoa.git",
"tag": "1.0.3"
},
"platforms": {
"ios": "8.0"
},
"source_files": [
"DeskCommonTest/DeskCommonTest/*.{h,m}",
"DeskCommonTest/DeskCommonTest/**/*.{h,m}"
],
"requires_arc": true,
"dependencies": {
"OHHTTPStubs": [
"~> 4.6.0"
],
"DeskCommon": [
"~> 1.1"
]
}
}