blob: 12be83868fd4c78230cfbb5bd706e00ec0ed0a0b [file] [log] [blame]
{
"name": "DeskCommon",
"version": "1.1.0",
"summary": "Common code shared by Desk Cocoa projects",
"license": {
"type": "BSD 3-Clause",
"file": "LICENSE.txt"
},
"homepage": "https://github.com/forcedotcom/DeskCommon-Cocoa",
"authors": {
"Salesforce, Inc.": "mobile@desk.com"
},
"source": {
"git": "https://github.com/forcedotcom/DeskCommon-Cocoa.git",
"tag": "1.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": [
"DeskCommon/DeskCommon/*.{h,m}",
"DeskCommon/DeskCommon/**/*.{h,m}"
],
"requires_arc": true
}