[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / d / e / 6 / DeviceKit / 0.0.1 / DeviceKit.podspec.json
blobc7c1d16ed93f036e351c21a3360bd40d4b41b808
2   "name": "DeviceKit",
3   "version": "0.0.1",
4   "summary": "DeviceKit is a ยต-framework that provides a value-type wrapper of UIDevice.",
5   "description": "`DeviceKit` is a value-type wrapper and extension of [`UIDevice`](https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIDevice_Class/).",
6   "homepage": "https://github.com/dennisweissmann/DeviceKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": "Dennis Weissmann",
12   "social_media_url": "https://twitter.com/dennis_weissman",
13   "requires_arc": true,
14   "platforms": {
15     "ios": "8.0",
16     "tvos": "9.0"
17   },
18   "source": {
19     "git": "https://github.com/dennisweissmann/DeviceKit.git",
20     "tag": "0.0.1"
21   },
22   "source_files": [
23     "DeviceKit-iOS",
24     "DeviceKit-tvOS",
25     "SharedCode"
26   ]