blob: e4cf3525fec911a2eab41df3310f52fed438448d [file] [log] [blame]
{
"name": "FMPageRouter",
"version": "0.0.1",
"summary": "Page Router Lib",
"description": "FMPageRouter is a lib for mapping URL path.",
"homepage": "https://github.com/acekiller/FMPageRouter/blob/master/README.md",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"acekiller": "fengxijun51020@hotmail.com"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/acekiller/FMPageRouter.git",
"tag": "0.0.1"
},
"source_files": [
"Classes",
"FMPageRouter/Classes/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude"
}