[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 0 / 5 / 2 / RxStateMachine / 0.1.0 / RxStateMachine.podspec.json
blob54fb884156c6a2a4b313706190d2d834e47865a7
2   "name": "RxStateMachine",
3   "version": "0.1.0",
4   "platforms": {
5     "ios": "8.0"
6   },
7   "license": {
8     "type": "MIT"
9   },
10   "homepage": "https://github.com/aufflick/RxStateMachine",
11   "authors": {
12     "Mark Aufflick": "mark@aufflick.com"
13   },
14   "summary": "Simple way to interface a SwiftyStateMachine with RxSwift",
15   "source": {
16     "git": "https://github.com/aufflick/RxStateMachine.git",
17     "tag": "v0.1.0"
18   },
19   "source_files": "RxStateMachine/*.{swift}",
20   "dependencies": {
21     "RxSwift": [
23     ],
24     "SwiftyStateMachine@MarkAufflick": [
26     ]
27   },
28   "pushed_with_swift_version": "3.0"