[Add] FTMobileSDK 1.5.8-alpha.2
[CocoaPods.git] / Specs / e / 5 / 4 / LCRouter / 0.0.3 / LCRouter.podspec.json
blob2e566d618742997cb57f9cbadb6bf390f1a461e7
2   "name": "LCRouter",
3   "version": "0.0.3",
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.3"
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   ]