[Add] MDMCore 3.9.15
[CocoaPods.git] / Specs / a / 3 / 6 / UIDeviceIcon / 2.0.0 / UIDeviceIcon.podspec.json
blob8d66e948694908004fc5aa3c441e46650cb2d6ed
2   "name": "UIDeviceIcon",
3   "version": "2.0.0",
4   "summary": "A µframework to provide an icon to represent the device model.",
5   "description": "A µframework to detect and provide an icon to represent the device model through an extension of UIDevice. Also detects the simulator and the device model it is simulating.",
6   "homepage": "https://github.com/theoriginalbit/UIDeviceIcon",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "theoriginalbit": "theoriginalbit@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/theoriginalbit/UIDeviceIcon.git",
16     "tag": "2.0.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "UIDeviceIcon/Classes/**/*",
22   "swift_version": "5.0",
23   "dependencies": {
24     "UIDeviceModel": [
25       "~> 2.0"
26     ]
27   }