blob: 76df5ed4ab739864641fd3ed95daf7675936fc66 [file] [log] [blame]
{
"name": "DeskAPIClient",
"version": "2.2.0",
"summary": "A lightweight wrapper around the Desk.com API, v2.",
"license": {
"type": "BSD 3-Clause",
"file": "LICENSE.txt"
},
"homepage": "https://github.com/forcedotcom/DeskApiClient-ObjC",
"authors": {
"Salesforce, Inc.": "mobile@desk.com"
},
"source": {
"git": "https://github.com/forcedotcom/DeskApiClient-ObjC.git",
"tag": "2.2.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": [
"DeskAPIClient/DeskAPIClient/*.{h,m}",
"DeskAPIClient/DeskAPIClient/**/*.{h,m}"
],
"requires_arc": true,
"dependencies": {
"DeskCommon": [
"~> 1.0.4"
]
}
}