[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / a / 4 / f / DeviceGuru / 6.0.6 / DeviceGuru.podspec.json
blobcc66cddc5d4748474aea49cdf9412914a8d08685
2   "name": "DeviceGuru",
3   "version": "6.0.6",
4   "license": "MIT",
5   "summary": "DeviceGuru helps identifying the exact harware type of the device. e.g. iPhone 6 or iPhone 6s.",
6   "homepage": "https://github.com/InderKumarRathore/DeviceGuru",
7   "social_media_url": "https://twitter.com/ikr_303",
8   "authors": {
9     "Inder Kumar Rathore": ""
10   },
11   "source": {
12     "git": "https://github.com/InderKumarRathore/DeviceGuru.git",
13     "tag": "6.0.6"
14   },
15   "requires_arc": true,
16   "swift_versions": [
17     "3.2",
18     "4.0",
19     "4.2",
20     "5.0"
21   ],
22   "platforms": {
23     "ios": "8.0",
24     "tvos": "9.0",
25     "watchos": "2.0"
26   },
27   "default_subspecs": "DeviceGuru",
28   "subspecs": [
29     {
30       "name": "DeviceGuru",
31       "dependencies": {
32         "DeviceGuru/Resources": [
34         ]
35       },
36       "source_files": "Source/*.swift"
37     },
38     {
39       "name": "Resources",
40       "resource_bundles": {
41         "DeviceGuru": "Source/DeviceList.plist"
42       }
43     }
44   ],
45   "swift_version": "5.0"