[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / 3 / 2 / e / ALRouter / 0.0.1 / ALRouter.podspec.json
blobb0db03b49a570334d1a2411d3718a59f9bac8e3c
2   "name": "ALRouter",
3   "version": "0.0.1",
4   "summary": "基于HHRouter的一款简易电商URL跳转路由",
5   "description": "我们希望在plist表里就能看到URL对应的关系,openURL时可以传递相应的param,借鉴 MGJRouter使用的思想,于是在MGJRouter和HHRouter的基础上实现了ALRouter",
6   "homepage": "https://github.com/baoshanf/ALRouter.git",
7   "license": "MIT",
8   "authors": {
9     "hans": "baoshanf@163.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/baoshanf/ALRouter.git",
16     "tag": "0.0.1"
17   },
18   "source_files": "ALRouter/ALRouter/*.{h,m}",
19   "public_header_files": "ALRouter/ALRouter/ALRouter.h"