[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 7 / 8 / 6 / SimplyLayout / 1.0.4 / SimplyLayout.podspec.json
blob74731dd81af030a24067fb7eb8a4e9c7a77101a1
2   "name": "SimplyLayout",
3   "version": "1.0.4",
4   "summary": "A swift syntactic sugar for anchor based Auto Layout",
5   "description": "Create Auto Layout constraints in formula liked coding style.",
6   "homepage": "https://github.com/aipeople/SimplyLayout",
7   "license": "MIT",
8   "authors": {
9     "Su, Hsing-Yu": "aipeople0513@gmail.com"
10   },
11   "platforms": {
12     "ios": "9.0"
13   },
14   "source": {
15     "git": "https://github.com/aipeople/SimplyLayout.git",
16     "tag": "1.0.4"
17   },
18   "source_files": "SimplyLayout/{Core, Anchor, Group}/**/*.{swift}",
19   "default_subspecs": [
20     "Core",
21     "Anchor",
22     "Group"
23   ],
24   "frameworks": "UIKit",
25   "subspecs": [
26     {
27       "name": "Core",
28       "source_files": "SimplyLayout/Core/**/*.{swift}"
29     },
30     {
31       "name": "Anchor",
32       "source_files": "SimplyLayout/Anchor/**/*.{swift}",
33       "dependencies": {
34         "SimplyLayout/Core": [
36         ]
37       }
38     },
39     {
40       "name": "Group",
41       "source_files": "SimplyLayout/Group/**/*.{swift}",
42       "dependencies": {
43         "SimplyLayout/Core": [
45         ]
46       }
47     }
48   ]