[Add] DittoObjC 4.9.2
[CocoaPods.git] / Specs / a / 4 / f / DeviceGuru / 10.0.1 / DeviceGuru.podspec.json
blob02557681f72963376a2ed0da0a9033e72b929dd7
2   "name": "DeviceGuru",
3   "version": "10.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": "10.0.1"
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"