blob: 044bfe26c2b748bef17b3c1debb459d324560014 [file] [log] [blame]
{
"name": "Traffic",
"version": "0.2",
"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"
},
"source_files": [
"Traffic",
"Traffic/**/*.{h,m}",
"Private/**/*.{h,m}"
],
"public_header_files": "Traffic/**/*.h",
"requires_arc": true
}