[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / d / b / 4 / DeskKit / 3.0.3 / DeskKit.podspec.json
blob440b4bc03d87d578c75886e2f552447d9d1f28b1
2   "name": "DeskKit",
3   "version": "3.0.3",
4   "summary": "A framework that makes it easy to incorporate your Desk site’s support portal into your iOS app.",
5   "license": {
6     "type": "BSD 3-Clause",
7     "file": "DeskKit/LICENSE.txt"
8   },
9   "homepage": "https://github.com/forcedotcom/DeskMobileSDK-iOS",
10   "authors": {
11     "Salesforce, Inc.": "mobile@desk.com"
12   },
13   "source": {
14     "git": "https://github.com/forcedotcom/DeskMobileSDK-iOS.git",
15     "tag": "3.0.3"
16   },
17   "platforms": {
18     "ios": "8.0"
19   },
20   "source_files": [
21     "DeskKit/DeskKit/*.{h,m}",
22     "DeskKit/DeskKit/**/*.{h,m}"
23   ],
24   "resources": "DeskKit/DeskKit/**/*.{png,storyboard}",
25   "requires_arc": true,
26   "dependencies": {
27     "DeskAPIClient": [
28       "~> 3.0"
29     ]
30   }