blob: 4f061286ac69b6038189f19717772e7787ab6b76 [file] [log] [blame]
{
"name": "SKDeviceType",
"version": "1.0.1",
"summary": "Detect iOS device and simulator type.",
"description": "A cocoapods to Detect iOS device and simulator type.",
"homepage": "http://sagarrkothari.com/",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Sagar Kothari": "sag333ar@gmail.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/sag333ar/SKDeviceType.git",
"tag": "1.0.1"
},
"pushed_with_swift_version": "3.0",
"subspecs": [
{
"name": "DeviceType",
"source_files": "Device/DeviceType.swift"
}
]
}