blob: 18ee00d41d8e7e2b8317358aba55297036cfafe3 [file] [log] [blame]
{
"name": "JLRoutes",
"version": "2.0",
"summary": "URL routing library for iOS with a simple block-based API.",
"homepage": "https://github.com/joeldev/JLRoutes",
"license": "BSD 3-Clause \"New\" License",
"authors": {
"Joel Levin": "joel@joeldev.com"
},
"source": {
"git": "https://github.com/joeldev/JLRoutes.git",
"tag": "2.0"
},
"source_files": [
"JLRoutes",
"JLRoutes/*.{h,m}",
"JLRoutes/Classes/*.{h,m}"
],
"frameworks": "Foundation",
"requires_arc": true,
"platforms": {
"ios": "7.0",
"osx": "10.9",
"tvos": "9.0"
}
}