[Add] GizoSDK 2.0.2-alpha.07
[CocoaPods.git] / Specs / e / 5 / 4 / LCRouter / 0.0.2 / LCRouter.podspec.json
blobcf64f5972d0da47f90ff9766c80107a48481f19f
2   "name": "LCRouter",
3   "version": "0.0.2",
4   "summary": "路由组件",
5   "description": "用于各个组件间的页面跳转",
6   "homepage": "https://github.com/1051390159/LCRouter",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "liubin": "1051390159@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/1051390159/LCRouter.git",
16     "tag": "0.0.2"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "public_header_files": "LCRouter/Classes/LCRouterHeader.h",
22   "source_files": "LCRouter/Classes/LCRouterHeader.h",
23   "subspecs": [
24     {
25       "name": "Router",
26       "source_files": "LCRouter/Classes/Router/**/*"
27     }
28   ]