blob: 2b0f237b0add4f67653f06d7e4a2ed75fd290dc9 [file] [log] [blame]
{
"name": "Traffic",
"version": "0.2.10",
"summary": "Simple and powerful URL routing library to easily handle incoming URLs in your app.",
"homepage": "https://github.com/jilouc/Traffic",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"jldagon": "jldagon@cocoapps.fr"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/jilouc/Traffic.git",
"tag": "0.2.10"
},
"source_files": [
"Traffic",
"Traffic/**/*.{h,m}",
"Private/**/*.{h,m}"
],
"public_header_files": "Traffic/**/*.h",
"requires_arc": true
}