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