blob: a2511f5408669fc2e462307b2d23207236dd349f [file] [log] [blame]
{
"name": "SortingHat",
"version": "0.2.3",
"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.3"
},
"social_media_url": "https://twitter.com/xiaoyipie",
"swift_versions": "4.2",
"platforms": {
"ios": "10.0"
},
"source_files": [
"Sources/**/*.swift",
"Sources/SortingHat.h"
]
}