[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / a / 4 / f / DeviceGuru / 8.0.1 / DeviceGuru.podspec.json
blob344fd216ca3fdb19ff77d37b3c219e6eb08b1126
2   "name": "DeviceGuru",
3   "version": "8.0.1",
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": "8.0.1"
14   },
15   "requires_arc": true,
16   "swift_versions": [
17     "3.2",
18     "4.0",
19     "4.2",
20     "5.0",
21     "5.1",
22     "5.2",
23     "5.3"
24   ],
25   "platforms": {
26     "ios": "9.0",
27     "tvos": "9.0",
28     "watchos": "2.0"
29   },
30   "default_subspecs": "DeviceGuru",
31   "subspecs": [
32     {
33       "name": "DeviceGuru",
34       "dependencies": {
35         "DeviceGuru/Resources": [
37         ]
38       },
39       "source_files": "Sources/*.swift"
40     },
41     {
42       "name": "Resources",
43       "resource_bundles": {
44         "DeviceGuru": "Sources/DeviceList.plist"
45       }
46     }
47   ],
48   "swift_version": "5.3"