[Add] GluedInSDK 2.5.1
[CocoaPods.git] / Specs / d / b / 4 / DeskKit / 4.0.1 / DeskKit.podspec.json
blob0f8dcb74a6ca0925f5433c1c1279625777638128
2   "name": "DeskKit",
3   "version": "4.0.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": "4.0.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       "~> 3.0"
29     ]
30   }