[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 8 / 1 / 9 / DeviceUtil / 6.2.0 / DeviceUtil.podspec.json
blob792c1fd7d861fd09a02ec27fc41ad949ace8df31
2   "name": "DeviceUtil",
3   "version": "6.2.0",
4   "summary": "DeviceUtil helps identifying the exact hardware type of the device. e.g. iPhone 6 or iPhone 6s.",
5   "homepage": "https://github.com/InderKumarRathore/DeviceUtil.git",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE.txt"
9   },
10   "authors": {
11     "Inder Kumar Rathore": ""
12   },
13   "social_media_url": "https://twitter.com/ikr_303",
14   "source": {
15     "git": "https://github.com/InderKumarRathore/DeviceUtil.git",
16     "tag": "6.2.0"
17   },
18   "source_files": "Source/*.{h,m}",
19   "resource_bundles": {
20     "DeviceUtil": [
21       "Source/DeviceList.plist"
22     ]
23   },
24   "requires_arc": false,
25   "platforms": {
26     "ios": "12.0",
27     "tvos": "12.0",
28     "watchos": "4.0"
29   }