[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 7 / b / f / DeviceLayout / 0.3.0 / DeviceLayout.podspec.json
blob733ce3158e244bf6472a8999bb2fe27f8772c993
2   "name": "DeviceLayout",
3   "version": "0.3.0",
4   "summary": "Auto Layout can be set differently for each device.",
5   "description": "Auto Layout can be set differently for each device. use IBInspectable",
6   "homepage": "https://github.com/cruisediary/DeviceLayout",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "cruisediary": "cruzdiary@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/cruisediary/DeviceLayout.git",
16     "tag": "0.3.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "Sources/**/*",
22   "dependencies": {
23     "Device": [
24       "~> 3.1.2"
25     ]
26   }