blob: 1a2f18b2db5c377a903939849b6aff0f3c2d319b [file] [log] [blame]
{
"name": "RxNimble",
"version": "1.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/ashfurrow/RxNimble",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ash Furrow": "ash@ashfurrow.com"
},
"social_media_url": "http://twitter.com/ashfurrow",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/ashfurrow/RxNimble.git",
"tag": "1.0.0"
},
"source_files": "Source/**/*.swift",
"dependencies": {
"Nimble": [
"~> 5.1"
],
"RxSwift": [
"~> 3.0"
],
"RxBlocking": [
"~> 3.0"
]
},
"pod_target_xcconfig": {
"ENABLE_BITCODE": "NO",
"FRAMEWORK_SEARCH_PATHS": "$(inherited) \"$(PLATFORM_DIR)/Developer/Library/Frameworks\""
},
"pushed_with_swift_version": "3.0"
}