blob: d397064d29f8d340c9d48d0cb75e6c7e5f94500a [file] [log] [blame]
{
"name": "Routable",
"version": "0.0.1",
"summary": "A native in-app URL router for iOS.",
"homepage": "https://github.com/usepropeller/routable-ios",
"authors": {
"Clay Allsopp": "clay@usepropeller.com"
},
"source": {
"git": "https://github.com/usepropeller/routable-ios.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "5.0"
},
"source_files": "Routable/*.{h,m}",
"requires_arc": true,
"license": {
"type": "MIT",
"file": "LICENSE"
}
}