blob: 0f8dcb74a6ca0925f5433c1c1279625777638128 [file] [log] [blame]
{
"name": "DeskKit",
"version": "4.0.1",
"summary": "A framework that makes it easy to incorporate your Desk site’s support portal into your iOS app.",
"license": {
"type": "BSD 3-Clause",
"file": "DeskKit/LICENSE.txt"
},
"homepage": "https://github.com/forcedotcom/DeskMobileSDK-iOS",
"authors": {
"Salesforce, Inc.": "mobile@desk.com"
},
"source": {
"git": "https://github.com/forcedotcom/DeskMobileSDK-iOS.git",
"tag": "4.0.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": [
"DeskKit/DeskKit/*.{h,m}",
"DeskKit/DeskKit/**/*.{h,m}"
],
"resources": "DeskKit/DeskKit/**/*.{png,storyboard}",
"requires_arc": true,
"dependencies": {
"DeskAPIClient": [
"~> 3.0"
]
}
}