[Add] WatchMarket 0.0.2
[CocoaPods.git] / Specs / 4 / d / 6 / RxNimble / 4.7.0 / RxNimble.podspec.json
blobaefcfb517bb6735f4aba069b893c0c302dc58a99
2   "name": "RxNimble",
3   "version": "4.7.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/RxSwiftCommunity/RxNimble",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "RxSwiftCommunity": "https://github.com/RxSwiftCommunity"
13   },
14   "platforms": {
15     "ios": "8.0",
16     "osx": "10.10",
17     "tvos": "9.0"
18   },
19   "source": {
20     "git": "https://github.com/RxSwiftCommunity/RxNimble.git",
21     "tag": "4.7.0"
22   },
23   "default_subspecs": "RxBlocking",
24   "frameworks": [
25     "Foundation",
26     "XCTest"
27   ],
28   "pod_target_xcconfig": {
29     "ENABLE_BITCODE": "NO",
30     "FRAMEWORK_SEARCH_PATHS": "$(inherited) \"$(PLATFORM_DIR)/Developer/Library/Frameworks\""
31   },
32   "subspecs": [
33     {
34       "name": "Core",
35       "source_files": "Source/Core/",
36       "dependencies": {
37         "Nimble": [
38           "~> 8.0"
39         ],
40         "RxSwift": [
41           "~> 5.0"
42         ]
43       }
44     },
45     {
46       "name": "RxBlocking",
47       "source_files": "Source/RxBlocking/",
48       "dependencies": {
49         "RxNimble/Core": [
51         ],
52         "RxBlocking": [
54         ]
55       }
56     },
57     {
58       "name": "RxTest",
59       "source_files": "Source/RxTest/",
60       "dependencies": {
61         "RxNimble/Core": [
63         ],
64         "RxTest": [
66         ]
67       }
68     }
69   ]