[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 7 / e / 2 / StreamKit / 1.3.1 / StreamKit.podspec.json
blob14a537c55d4ff4356ef63f401cc8ac0a62d56385
2   "name": "StreamKit",
3   "version": "1.3.1",
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.1"
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": "Marco",
27       "source_files": "StreamKit/Marco/*.h",
28       "public_header_files": "StreamKit/Marco/*.h"
29     },
30     {
31       "name": "NSObject",
32       "dependencies": {
33         "StreamKit/Marco": [
35         ]
36       },
37       "source_files": "StreamKit/NSObject/*.{h,m}",
38       "public_header_files": "StreamKit/NSObject/*.h"
39     },
40     {
41       "name": "UIGestureRecognizer",
42       "dependencies": {
43         "StreamKit/NSObject": [
45         ]
46       },
47       "public_header_files": "StreamKit/UIGestureRecognizer/*.h",
48       "source_files": "StreamKit/UIGestureRecognizer/*.{h,m}"
49     },
50     {
51       "name": "UIView",
52       "dependencies": {
53         "StreamKit/NSObject": [
55         ]
56       },
57       "public_header_files": "StreamKit/UIView/*.h",
58       "source_files": "StreamKit/UIView/*.{h,m}"
59     },
60     {
61       "name": "UIScrollView",
62       "dependencies": {
63         "StreamKit/NSObject": [
65         ],
66         "StreamKit/UIView": [
68         ]
69       },
70       "public_header_files": "StreamKit/UIScrollView/*.h",
71       "source_files": "StreamKit/UIScrollView/*.{h,m}"
72     },
73     {
74       "name": "UIViewController",
75       "dependencies": {
76         "StreamKit/NSObject": [
78         ]
79       },
80       "public_header_files": "StreamKit/UIViewController/*.h",
81       "source_files": "StreamKit/UIViewController/*.{h,m}"
82     }
83   ]