blob: 9337c7a3c4286d2b186f89200f375ddac9aad702 [file] [log] [blame]
{
"name": "RxNimble",
"version": "4.5.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": "8.0",
"osx": "10.10",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/RxSwiftCommunity/RxNimble.git",
"tag": "4.5.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": "Source/Core/",
"dependencies": {
"Nimble": [
"~> 7.0"
],
"RxSwift": [
"~> 5.0"
]
}
},
{
"name": "RxBlocking",
"source_files": "Source/RxBlocking/",
"dependencies": {
"RxNimble/Core": [
],
"RxBlocking": [
]
}
},
{
"name": "RxTest",
"source_files": "Source/RxTest/",
"dependencies": {
"RxNimble/Core": [
],
"RxTest": [
]
}
}
]
}