[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 8 / 1 / 9 / Jester / 0.1.0 / Jester.podspec.json
blobda2a297d2a06dd3d801a1c9b4c4684511402df52
2   "name": "Jester",
3   "version": "0.1.0",
4   "summary": "A pure Swift state machine with a little bit of an Rx flavor",
5   "description": "Jester is a pure swift state machine with a little bit of an Rx flavor.",
6   "homepage": "https://github.com/shopkeep/Jester",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": "ShopKeep",
12   "source": {
13     "git": "https://github.com/shopkeep/Jester.git",
14     "tag": "0.1.0"
15   },
16   "platforms": {
17     "ios": "9.0"
18   },
19   "source_files": "Jester/Classes/**/*",
20   "dependencies": {
21     "RxSwift": [
22       "~> 4.0"
23     ]
24   },
25   "pushed_with_swift_version": "4.0"