blob: 2dc9959095c32d5a92e475a6de14e343db571ccc [file] [log] [blame]
{
"name": "SwiftState",
"version": "0.0.1",
"license": {
"type": "MIT"
},
"homepage": "https://github.com/inamiy/SwiftState",
"authors": {
"Yasuhiro Inami": "inamiy@gmail.com"
},
"summary": "Elegant state machine for Swift.",
"source": {
"git": "https://github.com/inamiy/SwiftState.git",
"tag": "0.0.1"
},
"source_files": "SwiftState/*.{h,swift}",
"frameworks": "Swift",
"requires_arc": true
}