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