blob: 204da9e3c4f4fda8634499fa876b9b9d64081a1c [file] [log] [blame]
{
"name": "CoreRoute",
"platforms": {
"ios": "9.0"
},
"version": "0.1.0",
"license": {
"type": "MIT"
},
"summary": "A Swift routing framework",
"authors": "Aron Balog",
"homepage": "https://github.com/aronbalog/CoreRoute",
"source": {
"git": "https://github.com/aronbalog/CoreRoute.git",
"tag": "0.1.0"
},
"source_files": "CoreRoute/**/*.{swift}",
"requires_arc": true,
"xcconfig": {
"SWIFT_VERSION": "4.0"
}
}