[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 7 / e / 2 / StreamKit / 1.4.4 / StreamKit.podspec.json
blobcb61af1bd89ffedbf8ebdffc83a411afb60eef19
2   "name": "StreamKit",
3   "version": "1.4.4",
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": "6.0"
12   },
13   "source": {
14     "git": "https://github.com/godL/StreamKit.git",
15     "tag": "1.4.4"
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       }
46     },
47     {
48       "name": "Marco",
49       "source_files": "StreamKit/Marco/*.h",
50       "public_header_files": "StreamKit/Marco/*.h"
51     },
52     {
53       "name": "NSObject",
54       "dependencies": {
55         "StreamKit/Marco": [
57         ]
58       },
59       "source_files": "StreamKit/NSObject/*.{h,m}",
60       "public_header_files": "StreamKit/NSObject/*.h"
61     },
62     {
63       "name": "UIGestureRecognizer",
64       "dependencies": {
65         "StreamKit/NSObject": [
67         ]
68       },
69       "public_header_files": "StreamKit/UIGestureRecognizer/*.h",
70       "source_files": "StreamKit/UIGestureRecognizer/*.{h,m}"
71     },
72     {
73       "name": "UIView",
74       "dependencies": {
75         "StreamKit/NSObject": [
77         ]
78       },
79       "public_header_files": "StreamKit/UIView/*.h",
80       "source_files": "StreamKit/UIView/*.{h,m}"
81     },
82     {
83       "name": "UIScrollView",
84       "dependencies": {
85         "StreamKit/NSObject": [
87         ],
88         "StreamKit/UIView": [
90         ]
91       },
92       "public_header_files": "StreamKit/UIScrollView/*.h",
93       "source_files": "StreamKit/UIScrollView/*.{h,m}"
94     },
95     {
96       "name": "UIViewController",
97       "dependencies": {
98         "StreamKit/NSObject": [
100         ]
101       },
102       "public_header_files": "StreamKit/UIViewController/*.h",
103       "source_files": "StreamKit/UIViewController/*.{h,m}"
104     }
105   ]