Skip to content

Commit

Permalink
[Add] RxNimble 6.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ashfurrow authored and CocoaPodsBot committed Oct 15, 2023
1 parent e9d6a86 commit 4f9d82c
Showing 1 changed file with 70 additions and 0 deletions.
70 changes: 70 additions & 0 deletions Specs/4/d/6/RxNimble/6.2.0/RxNimble.podspec.json
Original file line number Diff line number Diff line change
@@ -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": [

]
}
}
]
}

0 comments on commit 4f9d82c

Please sign in to comment.