[Add] MARSDK_EPSDK 5.4.1
[CocoaPods.git] / Specs / e / d / 3 / XTRouter / 1.0.0 / XTRouter.podspec.json
blob953da440da02d4dc45332ee38d43d719cb71925a
2   "name": "XTRouter",
3   "version": "1.0.0",
4   "summary": "a Powerful iOS Router",
5   "description": "一个灵活的路由组件, 可以通过与web端协作跳转. 任意启动, 任意跳转,任意传参, 回调等.",
6   "homepage": "https://github.com/akateason/XTRouter",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "teason": "akateason@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/akateason/XTRouter.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "XTRouter/XTRouter",
22   "public_header_files": "XTRouter/XTRouter/*.h",
23   "dependencies": {
24     "XTBase": [
26     ],
27     "XTFMDB": [
29     ]
30   }