blob: 21de36e2c2b1f66b7a4387a9be4ee8e3c3564ea7 [file] [log] [blame]
{
"name": "DeviceUtil",
"version": "2.0.1",
"summary": "DeviceUtil helps identifying the exact harware type of the device. e.g. iPhone 6 or iPhone 6s.",
"homepage": "https://github.com/InderKumarRathore/DeviceUtil.git",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": {
"Inder Kumar Rathore": "contact.mr.rathore@gmail.com"
},
"social_media_url": "https://twitter.com/ikr_303",
"source": {
"git": "https://github.com/InderKumarRathore/DeviceUtil.git",
"tag": "2.0.1"
},
"source_files": "*.{h,m}",
"resource_bundles": {
"DeviceUtil": [
"DeviceList.plist"
]
},
"requires_arc": false,
"platforms": {
"ios": "7.0",
"tvos": "9.0"
}
}