blob: 1cbd6b80c7c0f59a06e70167233488724902617f [file] [log] [blame]
{
"name": "HZURLManager",
"version": "0.1.0",
"summary": "URL routing library for iOS,support URL rewrite",
"homepage": "https://github.com/GeniusBrother/HZURLManager.git",
"license": "MIT",
"authors": {
"GeniusBrother": "zuohong_xie@163.com"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/GeniusBrother/HZURLManager.git",
"tag": "0.1.0"
},
"frameworks": "Foundation",
"public_header_files": "HZURLManager/Classes/**/*.h",
"source_files": "HZURLManager/Classes/**/*.{h,m}",
"dependencies": {
"HZFoundation": [
]
}
}