| { |
| "name": "DeviceKit", |
| "version": "4.2.0", |
| "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/devicekit/DeviceKit", |
| "license": "MIT", |
| "authors": "DeviceKit", |
| "social_media_url": "https://twitter.com/dennis_weissman", |
| "requires_arc": true, |
| "platforms": { |
| "ios": "9.0", |
| "tvos": "9.0", |
| "watchos": "2.0" |
| }, |
| "swift_versions": "5.0", |
| "source": { |
| "git": "https://github.com/devicekit/DeviceKit.git", |
| "tag": "4.2.0" |
| }, |
| "source_files": "Source/Device.generated.swift", |
| "swift_version": "5.0" |
| } |