[Add] ZJSDK 2.5.5.6
[CocoaPods.git] / Specs / e / 8 / 6 / UIDeviceModel / 1.0.1 / UIDeviceModel.podspec.json
blob3bd857aac463904508ad24d8c003964db89842d4
2   "name": "UIDeviceModel",
3   "version": "1.0.1",
4   "summary": "A µframework to detect the device model.",
5   "description": "A µframework to detect the device model provided through an extension of UIDevice. It also allows detection of the simulator and the device model it is simulating.",
6   "homepage": "https://github.com/theoriginalbit/UIDeviceModel",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "theoriginalbit": "theoriginalbit@gmail.com"
13   },
14   "requires_arc": true,
15   "platforms": {
16     "ios": "8.0"
17   },
18   "source": {
19     "git": "https://github.com/theoriginalbit/UIDeviceModel.git",
20     "tag": "1.0.1"
21   },
22   "source_files": [
23     "Source",
24     "Source/**/*.{h,swift}"
25   ],
26   "swift_version": "4.2"