[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / e / b / d / Layout / 0.5.4 / Layout.podspec.json
blobb0727ca8dc82d718ae4e8639e16c69f345df64aa
2   "name": "Layout",
3   "version": "0.5.4",
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.5.4"
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   ]