blob: 8fb009cc2ce906c865cb8f166f6f09ea0266a7e4 [file] [log] [blame]
{
"name": "DeskAPIClient",
"version": "3.2.1",
"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": "3.2.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": [
"DeskAPIClient/DeskAPIClient/*.{h,m}",
"DeskAPIClient/DeskAPIClient/**/*.{h,m}"
],
"requires_arc": true,
"dependencies": {
"DeskCommon": [
"~> 1.1"
]
}
}