[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / e / 9 / 6 / RxBDD / 1.0.0 / RxBDD.podspec.json
blob1c377e0843b6e62b078fd16bd8b09f31ddf9bb94
2   "name": "RxBDD",
3   "version": "1.0.0",
4   "summary": "RxSwift & RxCocoa Behavior Driven Develpment Unit Test Kit",
5   "description": "BDD(Behavior Driven Develpment) Unit Test Kit for RxSwift & RxCocoa (* iOS Only)",
6   "homepage": "https://github.com/Geektree0101/RxBDD",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Geektree0101": "h2s1880@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/Geektree0101/RxBDD.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "frameworks": "XCTest",
22   "source_files": "RxBDD/Classes/**/*",
23   "dependencies": {
24     "RxSwift": [
25       "~> 4.0"
26     ],
27     "RxCocoa": [
28       "~> 4.0"
29     ],
30     "RxTest": [
31       "~> 4.0"
32     ]
33   }