[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 7 / 8 / 6 / SimplyLayout / 1.0.7 / SimplyLayout.podspec.json
blobb06611a709650c7a80ba0e0c60bccd51ee6383cd
2   "name": "SimplyLayout",
3   "version": "1.0.7",
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.7"
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": [
29         "SimplyLayout/Core/**/*.{swift}",
30         "SimplyLayout/**/SimplyLayout.h"
31       ]
32     },
33     {
34       "name": "Anchor",
35       "source_files": "SimplyLayout/Anchor/**/*.{swift}",
36       "dependencies": {
37         "SimplyLayout/Core": [
39         ]
40       }
41     },
42     {
43       "name": "Group",
44       "source_files": "SimplyLayout/Group/**/*.{swift}",
45       "dependencies": {
46         "SimplyLayout/Core": [
48         ]
49       }
50     }
51   ]