blob: cc66cddc5d4748474aea49cdf9412914a8d08685 [file] [log] [blame]
{
"name": "DeviceGuru",
"version": "6.0.6",
"license": "MIT",
"summary": "DeviceGuru helps identifying the exact harware type of the device. e.g. iPhone 6 or iPhone 6s.",
"homepage": "https://github.com/InderKumarRathore/DeviceGuru",
"social_media_url": "https://twitter.com/ikr_303",
"authors": {
"Inder Kumar Rathore": ""
},
"source": {
"git": "https://github.com/InderKumarRathore/DeviceGuru.git",
"tag": "6.0.6"
},
"requires_arc": true,
"swift_versions": [
"3.2",
"4.0",
"4.2",
"5.0"
],
"platforms": {
"ios": "8.0",
"tvos": "9.0",
"watchos": "2.0"
},
"default_subspecs": "DeviceGuru",
"subspecs": [
{
"name": "DeviceGuru",
"dependencies": {
"DeviceGuru/Resources": [
]
},
"source_files": "Source/*.swift"
},
{
"name": "Resources",
"resource_bundles": {
"DeviceGuru": "Source/DeviceList.plist"
}
}
],
"swift_version": "5.0"
}