[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / c / 0 / a / LJURLRouter / 1.0.0 / LJURLRouter.podspec.json
blobac4e9a7b88f5f5dbb34d3ae3d578ef4490ca1640
2   "name": "LJURLRouter",
3   "version": "1.0.0",
4   "summary": "URL Router for any object in iOS",
5   "description": "LJURLRouter offers url mapping for any object. After url formats and the matching class are registed, you can get object instance which matches the url, parameters will be parsed automatically. UIViewController category is also provided for convienient use.",
6   "homepage": "https://github.com/liaojinxing/LJURLRouter",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Jinxing Liao": "jinxingliao@gmail.com"
13   },
14   "platforms": {
15     "ios": "6.0"
16   },
17   "source": {
18     "git": "https://github.com/liaojinxing/LJURLRouter.git",
19     "tag": "1.0.0"
20   },
21   "source_files": "LJURLRouter/**/*.{h,m}",
22   "frameworks": "UIKit",
23   "requires_arc": true