[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 7 / e / 2 / StreamKit / 1.3.5 / StreamKit.podspec.json
blob67dfa4273a59f117b153226961f20823bfb46fb1
2   "name": "StreamKit",
3   "version": "1.3.5",
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.3.5"
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/UIScrollView": [
41         ]
42       }
43     },
44     {
45       "name": "Marco",
46       "source_files": "StreamKit/Marco/*.h",
47       "public_header_files": "StreamKit/Marco/*.h"
48     },
49     {
50       "name": "NSObject",
51       "dependencies": {
52         "StreamKit/Marco": [
54         ]
55       },
56       "source_files": "StreamKit/NSObject/*.{h,m}",
57       "public_header_files": "StreamKit/NSObject/*.h"
58     },
59     {
60       "name": "UIGestureRecognizer",
61       "dependencies": {
62         "StreamKit/NSObject": [
64         ]
65       },
66       "public_header_files": "StreamKit/UIGestureRecognizer/*.h",
67       "source_files": "StreamKit/UIGestureRecognizer/*.{h,m}"
68     },
69     {
70       "name": "UIView",
71       "dependencies": {
72         "StreamKit/NSObject": [
74         ]
75       },
76       "public_header_files": "StreamKit/UIView/*.h",
77       "source_files": "StreamKit/UIView/*.{h,m}"
78     },
79     {
80       "name": "UIScrollView",
81       "dependencies": {
82         "StreamKit/NSObject": [
84         ],
85         "StreamKit/UIView": [
87         ]
88       },
89       "public_header_files": "StreamKit/UIScrollView/*.h",
90       "source_files": "StreamKit/UIScrollView/*.{h,m}"
91     },
92     {
93       "name": "UIViewController",
94       "dependencies": {
95         "StreamKit/NSObject": [
97         ]
98       },
99       "public_header_files": "StreamKit/UIViewController/*.h",
100       "source_files": "StreamKit/UIViewController/*.{h,m}"
101     }
102   ]