From 4f9d82c3a6df4e72c9d7e7c844e874e2568b01cb Mon Sep 17 00:00:00 2001 From: Ash Furrow Date: Sun, 15 Oct 2023 05:01:28 +0200 Subject: [PATCH] [Add] RxNimble 6.2.0 --- .../d/6/RxNimble/6.2.0/RxNimble.podspec.json | 70 +++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100644 Specs/4/d/6/RxNimble/6.2.0/RxNimble.podspec.json diff --git a/Specs/4/d/6/RxNimble/6.2.0/RxNimble.podspec.json b/Specs/4/d/6/RxNimble/6.2.0/RxNimble.podspec.json new file mode 100644 index 000000000000000..21676561b3665a6 --- /dev/null +++ b/Specs/4/d/6/RxNimble/6.2.0/RxNimble.podspec.json @@ -0,0 +1,70 @@ +{ + "name": "RxNimble", + "version": "6.2.0", + "summary": "Nimble extensions that making unit testing with RxSwift easier 🎉", + "description": "This library includes functions that make testing RxSwift projects easier with Nimble.", + "homepage": "https://github.com/RxSwiftCommunity/RxNimble", + "license": { + "type": "MIT", + "file": "LICENSE" + }, + "authors": { + "RxSwiftCommunity": "https://github.com/RxSwiftCommunity" + }, + "platforms": { + "ios": "13.0", + "osx": "10.15", + "tvos": "13.0" + }, + "source": { + "git": "https://github.com/RxSwiftCommunity/RxNimble.git", + "tag": "6.2.0" + }, + "default_subspecs": "RxBlocking", + "frameworks": [ + "Foundation", + "XCTest" + ], + "pod_target_xcconfig": { + "ENABLE_BITCODE": "NO", + "FRAMEWORK_SEARCH_PATHS": "$(inherited) \"$(PLATFORM_DIR)/Developer/Library/Frameworks\"" + }, + "subspecs": [ + { + "name": "Core", + "source_files": "Sources/RxNimble/Core/", + "dependencies": { + "Nimble": [ + "~> 12.0" + ], + "RxSwift": [ + "~> 6.0" + ] + } + }, + { + "name": "RxBlocking", + "source_files": "Sources/RxNimble/RxBlocking/", + "dependencies": { + "RxNimble/Core": [ + + ], + "RxBlocking": [ + + ] + } + }, + { + "name": "RxTest", + "source_files": "Sources/RxNimble/RxTest/", + "dependencies": { + "RxNimble/Core": [ + + ], + "RxTest": [ + + ] + } + } + ] +}