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