[Add] CloudwiseMAgent 2.8.0
[CocoaPods.git] / Specs / 9 / f / c / DeviceSpec / 0.0.5 / DeviceSpec.podspec.json
blob136fc97879fb165ab0279c25a3aec0e74137e376
2   "name": "DeviceSpec",
3   "version": "0.0.5",
4   "summary": "Framework for getting general device specification",
5   "description": "Framework DeviceSpec provides with all required device specofication: model name, marketing model name, model type and screen parameters and other usefull information",
6   "platforms": {
7     "ios": "10.0"
8   },
9   "license": {
10     "type": "MIT",
11     "file": "LICENSE"
12   },
13   "authors": {
14     "Dmitry Kuleshov": "kdv.mgn@gmail.com"
15   },
16   "homepage": "https://github.com/kdvmgn/DeviceSpec.git",
17   "source": {
18     "git": "https://github.com/kdvmgn/DeviceSpec.git",
19     "tag": "0.0.5"
20   },
21   "source_files": [
22     "DeviceSpec/*.{h,m,swift}",
23     "DeviceSpec/Models/*.{h,m,swift}"
24   ],
25   "requires_arc": true,
26   "frameworks": "UIKit",
27   "swift_versions": "5.0",
28   "swift_version": "5.0"