[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 7 / e / 2 / StreamKit / 1.6.17 / StreamKit.podspec.json
blob51ab1037555a5e009b9aa1db2a758c474d1aca94
2   "name": "StreamKit",
3   "version": "1.6.17",
4   "summary": "A streaming programming framework for UIKit.",
5   "homepage": "https://github.com/godL/StreamKit",
6   "license": "MIT",
7   "authors": {
8     "GodL": "547188371@qq.com"
9   },
10   "platforms": {
11     "ios": "8.0"
12   },
13   "source": {
14     "git": "https://github.com/godL/StreamKit.git",
15     "tag": "1.6.17"
16   },
17   "source_files": [
18     "StreamKit",
19     "StreamKit/StreamKit.h"
20   ],
21   "public_header_files": "StreamKit/StreamKit.h",
22   "frameworks": "UIKit",
23   "requires_arc": true,
24   "subspecs": [
25     {
26       "name": "ReactiveX",
27       "source_files": "StreamKit/Reactive/*.{h,m}",
28       "public_header_files": "StreamKit/Reactive/*.h",
29       "dependencies": {
30         "StreamKit/Marco": [
32         ],
33         "StreamKit/NSObject": [
35         ],
36         "StreamKit/UIView": [
38         ],
39         "StreamKit/UIGestureRecognizer": [
41         ],
42         "StreamKit/UIScrollView": [
44         ],
45         "SKScheduler": [
47         ]
48       }
49     },
50     {
51       "name": "Marco",
52       "source_files": "StreamKit/Marco/*.h",
53       "public_header_files": "StreamKit/Marco/*.h"
54     },
55     {
56       "name": "NSObject",
57       "dependencies": {
58         "StreamKit/Marco": [
60         ]
61       },
62       "source_files": "StreamKit/NSObject/*.{h,m}",
63       "public_header_files": "StreamKit/NSObject/*.h"
64     },
65     {
66       "name": "UIGestureRecognizer",
67       "dependencies": {
68         "StreamKit/NSObject": [
70         ]
71       },
72       "public_header_files": "StreamKit/UIGestureRecognizer/*.h",
73       "source_files": "StreamKit/UIGestureRecognizer/*.{h,m}"
74     },
75     {
76       "name": "UIView",
77       "dependencies": {
78         "StreamKit/NSObject": [
80         ]
81       },
82       "public_header_files": "StreamKit/UIView/*.h",
83       "source_files": "StreamKit/UIView/*.{h,m}"
84     },
85     {
86       "name": "UIScrollView",
87       "dependencies": {
88         "StreamKit/NSObject": [
90         ],
91         "StreamKit/UIView": [
93         ]
94       },
95       "public_header_files": "StreamKit/UIScrollView/*.h",
96       "source_files": "StreamKit/UIScrollView/*.{h,m}"
97     },
98     {
99       "name": "UIViewController",
100       "dependencies": {
101         "StreamKit/NSObject": [
103         ]
104       },
105       "public_header_files": "StreamKit/UIViewController/*.h",
106       "source_files": "StreamKit/UIViewController/*.{h,m}"
107     }
108   ]