blob: da2a297d2a06dd3d801a1c9b4c4684511402df52 [file] [log] [blame]
{
"name": "Jester",
"version": "0.1.0",
"summary": "A pure Swift state machine with a little bit of an Rx flavor",
"description": "Jester is a pure swift state machine with a little bit of an Rx flavor.",
"homepage": "https://github.com/shopkeep/Jester",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "ShopKeep",
"source": {
"git": "https://github.com/shopkeep/Jester.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "Jester/Classes/**/*",
"dependencies": {
"RxSwift": [
"~> 4.0"
]
},
"pushed_with_swift_version": "4.0"
}