[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / d / b / 4 / DeskKit / 1.2.1 / DeskKit.podspec.json
blob5c7b5e1c849a7b1488881d7623c9037971251c0c
2   "name": "DeskKit",
3   "version": "1.2.1",
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": "1.2.1"
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       "~> 1.1.4"
29     ]
30   }