[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / e / b / d / Layout / 0.7.0 / Layout.podspec.json
blob8179e1863cd10bb868d3a5452301423820b2656d
2   "name": "Layout",
3   "version": "0.7.0",
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.7.0"
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/**/*.swift"
24     },
25     {
26       "name": "CLI",
27       "preserve_paths": "LayoutTool/LayoutTool",
28       "platforms": {
29         "ios": "7.0",
30         "osx": "10.9"
31       }
32     }
33   ]