[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 7 / e / 2 / StreamKit / 2.3.3 / StreamKit.podspec.json
blobe93d989a4bf55cdbc7d948a0fd89a075d8505d80
2   "name": "StreamKit",
3   "version": "2.3.3",
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": "2.3.3"
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": "Core",
27       "source_files": "StreamKit/Core/*.{h,m}",
28       "public_header_files": "StreamKit/Core/*.h",
29       "dependencies": {
30         "StreamKit/Marco": [
32         ]
33       }
34     },
35     {
36       "name": "Marco",
37       "source_files": "StreamKit/Marco/*.h",
38       "public_header_files": "StreamKit/Marco/*.h"
39     },
40     {
41       "name": "UI",
42       "dependencies": {
43         "StreamKit/Core": [
45         ]
46       },
47       "public_header_files": "StreamKit/UI/*.h",
48       "source_files": "StreamKit/UI/*.{h,m}"
49     }
50   ]