blob: 9720517c1dc2dc266ec02b95ec1f3cf4c4215e5d [file] [log] [blame]
{
"name": "StateDispatcher",
"version": "1.0.0",
"summary": "Simple UIViewController State Machine",
"homepage": "https://github.com/AntonLisovoy/StateDispatcher",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Anton Lisovoy": "lisovoy@arcsinus.ru"
},
"social_media_url": "https://twitter.com/AntonLisovoy",
"platforms": {
"ios": "11.0"
},
"source": {
"git": "https://github.com/AntonLisovoy/StateDispatcher.git",
"tag": "1.0.0"
},
"source_files": "StateDispatcher/**/*.{swift}",
"frameworks": "UIKit",
"swift_versions": "5.0",
"swift_version": "5.0"
}