[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / a / 4 / f / DeviceGuru / 10.0.3 / DeviceGuru.podspec.json
blob9c793c3aa8e3d3177d019bc1c9bd7b777557fea6
2   "name": "DeviceGuru",
3   "version": "10.0.3",
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   "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": "10.0.3"
14   },
15   "requires_arc": true,
16   "swift_versions": [
17     "4.0"
18   ],
19   "platforms": {
20     "ios": "9.0",
21     "tvos": "9.0",
22     "watchos": "2.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": "Sources/DeviceList.plist"
39       }
40     }
41   ],
42   "swift_version": "4.0"