[Add] kit_extension 0.4.3
[CocoaPods.git] / Specs / 2 / b / 3 / YINRoute / 0.0.1 / YINRoute.podspec.json
blob79f935ac608f4dc290ac4af3f56344444a6fe63a
2   "name": "YINRoute",
3   "version": "0.0.1",
4   "summary": "app模块化路由管理器,app间urlscheme访问管理器",
5   "description": "app模块化路由管理器,app间urlscheme访问管理器. 模块化可以将代码的功能逻辑尽量封装在一起,对外只提供接口,业务逻辑代码与功能模块通过接口进行弱耦合。设计的一套符合要求的组件之间通信的中间件",
6   "homepage": "https://github.com/wangyin1/YINRoute",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "wangyin1": ""
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/wangyin1/YINRoute.git",
19     "tag": "0.0.1"
20   },
21   "source_files": [
22     "Classes",
23     "Classes/**/*.{h,m}"
24   ],
25   "exclude_files": "Classes/Exclude"