[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 7 / 8 / 6 / SimplyLayout / 1.1.0 / SimplyLayout.podspec.json
blobcff9a48eb81c415e5664c109f5602ac74446b952
2   "name": "SimplyLayout",
3   "version": "1.1.0",
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   "swift_versions": [
15     "4.0",
16     "5.0"
17   ],
18   "source": {
19     "git": "https://github.com/aipeople/SimplyLayout.git",
20     "tag": "1.1.0"
21   },
22   "source_files": "SimplyLayout/{Core, Anchor, Group}/**/*.{swift}",
23   "default_subspecs": [
24     "Core",
25     "Anchor",
26     "Group"
27   ],
28   "frameworks": "UIKit",
29   "subspecs": [
30     {
31       "name": "Core",
32       "source_files": [
33         "SimplyLayout/Core/**/*.{swift}",
34         "SimplyLayout/**/SimplyLayout.h"
35       ]
36     },
37     {
38       "name": "Anchor",
39       "source_files": "SimplyLayout/Anchor/**/*.{swift}",
40       "dependencies": {
41         "SimplyLayout/Core": [
43         ]
44       }
45     },
46     {
47       "name": "Group",
48       "source_files": "SimplyLayout/Group/**/*.{swift}",
49       "dependencies": {
50         "SimplyLayout/Core": [
52         ]
53       }
54     }
55   ],
56   "swift_version": "5.0"