[Add] CxjToasts 1.0.8
[CocoaPods.git] / Specs / c / 0 / a / LJURLRouter / 1.0.3 / LJURLRouter.podspec.json
blobde54f347306959dc6674205f5bbe45a8eab5aeae
2   "name": "LJURLRouter",
3   "version": "1.0.3",
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.3"
20   },
21   "source_files": "LJURLRouter/**/*.{h,m}",
22   "frameworks": "UIKit",
23   "requires_arc": true