{ | |
"name": "SRouter", | |
"version": "0.0.2", | |
"summary": "another simple router for ios.", | |
"homepage": "https://github.com/angelcs1990/SRouter", | |
"license": { | |
"type": "MIT", | |
"file": "LICENSE" | |
}, | |
"authors": { | |
"cs": "angelcs1990@sohu.com" | |
}, | |
"platforms": { | |
"ios": "6.0" | |
}, | |
"source": { | |
"git": "https://github.com/angelcs1990/SRouter.git", | |
"tag": "0.0.2" | |
}, | |
"source_files": "SRouter/*.{h,m}", | |
"public_header_files": "SRouter/SRouter.h", | |
"requires_arc": true | |
} |