[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 9 / f / c / DeviceSpec / 0.0.4 / DeviceSpec.podspec.json
blob7c1ee1668bca6d798b0e4afd7386cf2c36df7657
2   "name": "DeviceSpec",
3   "version": "0.0.4",
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.4"
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"