blob: 2059eb283b97655763e3c25b4e86584802d44e72 [file] [log] [blame]
{
"name": "Coordinator",
"version": "0.1",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "A generic Swift library for coordinating state transitions.",
"homepage": "https://github.com/noremac/Coordinator",
"authors": {
"Cameron Pulsford": "cpulsfor@me.com"
},
"source": {
"git": "https://github.com/noremac/Coordinator.git",
"tag": "0.1"
},
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"source_files": "Coordinator/*.swift"
}