[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / e / b / d / Layout / 0.4.19 / Layout.podspec.json
blob314c65256479ae828aef467f359b05bce8632f4b
2   "name": "Layout",
3   "version": "0.4.19",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE.md"
7   },
8   "summary": "XML templates + expression-based layout system.",
9   "homepage": "https://github.com/schibsted/layout",
10   "authors": "Nick Lockwood",
11   "source": {
12     "git": "https://github.com/schibsted/layout.git",
13     "tag": "0.4.19"
14   },
15   "default_subspecs": "Core",
16   "platforms": {
17     "ios": "9.0"
18   },
19   "requires_arc": true,
20   "subspecs": [
21     {
22       "name": "Core",
23       "source_files": "Layout"
24     },
25     {
26       "name": "CLI",
27       "preserve_paths": "LayoutTool/LayoutTool",
28       "platforms": {
29         "ios": "7.0",
30         "osx": "10.9"
31       }
32     }
33   ]