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