blob: 86a5214554626267af66144fef599b02fdca7cd7 [file] [log] [blame]
{
"name": "DeviceKit",
"version": "0.3.1",
"summary": "DeviceKit is a ยต-framework that provides a value-type replacement of UIDevice.",
"description": "`DeviceKit` is a value-type wrapper and extension of [`UIDevice`](https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIDevice_Class/). It detects both devices and different simulators.",
"homepage": "https://github.com/dennisweissmann/DeviceKit",
"license": "MIT",
"authors": "Dennis Weissmann",
"social_media_url": "https://twitter.com/dennis_weissman",
"requires_arc": true,
"platforms": {
"ios": "8.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/dennisweissmann/DeviceKit.git",
"tag": "0.3.1"
},
"source_files": "Source"
}