blob: 75b745bcb13f5eaf936eef8126907be48b2a934d [file] [log] [blame]
{
"name": "DeviceUtil",
"version": "6.0.2",
"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": "6.0.2"
},
"source_files": "Source/*.{h,m}",
"resource_bundles": {
"DeviceUtil": [
"Source/DeviceList.plist"
]
},
"requires_arc": false,
"platforms": {
"ios": "7.0",
"tvos": "9.0",
"watchos": "3.0"
}
}