[Add] DocumentReaderOCRRFIDStage 7.5.11035
[CocoaPods.git] / Specs / 4 / d / 6 / RxNimble / 0.1.0 / RxNimble.podspec.json
blobd7c941bda08381037c594d293d542b3aab5e9f12
2   "name": "RxNimble",
3   "version": "0.1.0",
4   "summary": "Nimble extensions that making unit testing with RxSwift easier ðŸŽ‰",
5   "description": "This library includes functions that make testing RxSwift projects easier with Nimble.",
6   "homepage": "https://github.com/ashfurrow/RxNimble",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Ash Furrow": "ash@ashfurrow.com"
13   },
14   "social_media_url": "http://twitter.com/ashfurrow",
15   "platforms": {
16     "ios": "8.0",
17     "osx": "10.9",
18     "tvos": "9.0"
19   },
20   "source": {
21     "git": "https://github.com/ashfurrow/RxNimble.git",
22     "tag": "0.1.0"
23   },
24   "source_files": "Source/**/*.swift",
25   "dependencies": {
26     "Nimble": [
27       "~> 3.0"
28     ],
29     "RxSwift": [
30       "~> 2.0"
31     ],
32     "RxBlocking": [
33       "~> 2.0"
34     ]
35   }