[Add] MealziOSSDKStaging 5.3.0
[CocoaPods.git] / Specs / f / 5 / 4 / Stem / 0.0.1 / Stem.podspec.json
blobc694dc6584f0640b6de4fb2d54a8001afc140b95
2   "name": "Stem",
3   "version": "0.0.1",
4   "summary": "A set of useful categories for Foundation and UIKit.",
5   "homepage": "https://github.com/linhay/Stem.git",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "lin": "is.linhay@outlook.com"
12   },
13   "source": {
14     "git": "https://github.com/linhay/Stem.git",
15     "tag": "0.0.1"
16   },
17   "platforms": {
18     "ios": "8.0"
19   },
20   "swift_version": "4.2",
21   "frameworks": [
22     "UIKit"
23   ],
24   "requires_arc": true,
25   "subspecs": [
26     {
27       "name": "Core",
28       "source_files": "Sources/Core/**"
29     },
30     {
31       "name": "Foundation",
32       "source_files": "Sources/Foundation/**"
33     },
34     {
35       "name": "CALayer",
36       "source_files": "Sources/CALayer/**"
37     },
38     {
39       "name": "CGRect",
40       "source_files": "Sources/CGRect/**"
41     },
42     {
43       "name": "NSLayoutConstraint",
44       "source_files": "Sources/NSLayoutConstraint/**"
45     },
46     {
47       "name": "UIApplication",
48       "source_files": "Sources/UIApplication/**"
49     },
50     {
51       "name": "UIButton",
52       "source_files": "Sources/UIButton/**",
53       "dependencies": {
54         "Stem/Core": [
56         ]
57       }
58     },
59     {
60       "name": "UICell",
61       "source_files": "Sources/UICell/**",
62       "dependencies": {
63         "Stem/Core": [
65         ]
66       }
67     },
68     {
69       "name": "UIColor",
70       "source_files": "Sources/UIColor/**"
71     },
72     {
73       "name": "UIControl",
74       "source_files": "Sources/UIControl/**"
75     },
76     {
77       "name": "UIImage",
78       "source_files": "Sources/UIImage/**",
79       "dependencies": {
80         "Stem/Core": [
82         ]
83       }
84     },
85     {
86       "name": "UILabel",
87       "source_files": "Sources/UILabel/**",
88       "dependencies": {
89         "Stem/Core": [
91         ]
92       }
93     },
94     {
95       "name": "UIStoryboard",
96       "source_files": "Sources/UIStoryboard/**",
97       "dependencies": {
98         "Stem/Core": [
100         ]
101       }
102     },
103     {
104       "name": "UINavigationBar",
105       "source_files": "Sources/UINavigationBar/**"
106     },
107     {
108       "name": "UITextField",
109       "source_files": "Sources/UITextField/**"
110     },
111     {
112       "name": "UIView",
113       "source_files": "Sources/UIView/**",
114       "dependencies": {
115         "Stem/Core": [
117         ]
118       }
119     },
120     {
121       "name": "UIImageView",
122       "source_files": "Sources/UIImageView/**",
123       "dependencies": {
124         "Stem/Core": [
126         ]
127       }
128     },
129     {
130       "name": "UIViewController",
131       "source_files": "Sources/UIViewController/**",
132       "dependencies": {
133         "Stem/Core": [
135         ]
136       }
137     }
138   ]