blob: 16bbca81969214e0854aa61dec693bb172f7cb6f [file] [log] [blame]
{
"name": "RxNimble",
"version": "4.1.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.1.0"
},
"source_files": "Source/**/*.swift",
"dependencies": {
"Nimble": [
"~> 7.0"
],
"RxSwift": [
"~> 4.0"
],
"RxBlocking": [
"~> 4.0"
]
},
"pod_target_xcconfig": {
"ENABLE_BITCODE": "NO",
"FRAMEWORK_SEARCH_PATHS": "$(inherited) \"$(PLATFORM_DIR)/Developer/Library/Frameworks\""
},
"pushed_with_swift_version": "4.0"
}