[Add] TTSDK-iOS 2.0.2
[CocoaPods.git] / Specs / 4 / d / 6 / RxNimble / 4.1.0 / RxNimble.podspec.json
blob16bbca81969214e0854aa61dec693bb172f7cb6f
2   "name": "RxNimble",
3   "version": "4.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/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.1.0"
22   },
23   "source_files": "Source/**/*.swift",
24   "dependencies": {
25     "Nimble": [
26       "~> 7.0"
27     ],
28     "RxSwift": [
29       "~> 4.0"
30     ],
31     "RxBlocking": [
32       "~> 4.0"
33     ]
34   },
35   "pod_target_xcconfig": {
36     "ENABLE_BITCODE": "NO",
37     "FRAMEWORK_SEARCH_PATHS": "$(inherited) \"$(PLATFORM_DIR)/Developer/Library/Frameworks\""
38   },
39   "pushed_with_swift_version": "4.0"