[Add] YIM 2.2.1
[CocoaPods.git] / Specs / 0 / c / e / KRAOPKit / 1.0.0 / KRAOPKit.podspec.json
blobedf03cd0ee6cf08c4d23499e514e139977331f8f
2   "name": "KRAOPKit",
3   "version": "1.0.0",
4   "summary": "中间件",
5   "description": "中间件,处理不同业务组件通信问题",
6   "homepage": "https://github.com/AaronDai23/KRAOPKit.git",
7   "license": "MIT (KRAOPKit)",
8   "authors": {
9     "AaronDai23": "1311511825@qq.com"
10   },
11   "platforms": {
12     "ios": "9.0"
13   },
14   "source": {
15     "git": "https://github.com/AaronDai23/KRAOPKit.git",
16     "tag": "1.0.0"
17   },
18   "subspecs": [
19     {
20       "name": "KRAOPKit",
21       "source_files": "KRAOPKit/KRAOPKit/**/*",
22       "frameworks": [
23         "UIKit",
24         "Foundation"
25       ]
26     },
27     {
28       "name": "KRMediator",
29       "source_files": "KRAOPKit/KRMediator/Categories/**/*",
30       "dependencies": {
31         "CTMediator": [
33         ]
34       }
35     }
36   ]