blob: 8f353c9c28a0711a3ab37fc6ae30b4e68d252c6a [file] [log] [blame]
{
"name": "SortingHat",
"version": "0.2.0",
"summary": "A lightweight and pure swift library for router.",
"description": "SortingHat is a powerful and pure swift library for router.\nIt support not only URL routing, but also internal invoke between modules.",
"homepage": "https://github.com/orangeince/SortingHat",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Shao": "orangeince@outlook.com"
},
"source": {
"git": "https://github.com/orangeince/SortingHat.git",
"tag": "0.2.0"
},
"social_media_url": "https://twitter.com/xiaoyipie",
"swift_versions": "4.2",
"platforms": {
"ios": "10.0"
},
"source_files": "SortingHat/**/*"
}