blob: a010992971eb121d65d311af4211c2231593490d [file] [log] [blame]
{
"name": "JLRoutes",
"version": "2.1",
"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.1"
},
"frameworks": "Foundation",
"requires_arc": true,
"source_files": [
"JLRoutes",
"JLRoutes/*.{h,m}",
"JLRoutes/Classes/*.{h,m}"
],
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0"
}
}