blob: c2caa433ff819d3eb116ff2a41593a71f79b63a6 [file] [log] [blame]
{
"name": "DeviceIdentificator",
"version": "1.0.0",
"summary": "UIDeviceExtension to fetch current device info such commercial name (iPhone X instead of iPhone10,3).",
"description": "UIDeviceExtension written in Swift to fetch current device info such commercial name (iPhone X instead of iPhone10,3).\nReturn an enum witch identifies the device.\nSupport Objective-C by adding a wrapper for device name.",
"homepage": "https://github.com/sebastianvarela/DeviceIdentificator",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Sebastián Varela": "sebastian.varela@s3ba.net"
},
"social_media_url": "http://twitter.com/skirmish84",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/sebastianvarela/DeviceIdentificator.git",
"tag": "v1.0.0"
},
"source_files": [
"Source",
"Source/**/*.{swift}"
],
"frameworks": "UIKit",
"pushed_with_swift_version": "4.0"
}