blob: 05810729f5cc5372c3dab3dde06fbf04d1450650 [file] [log] [blame]
{
"name": "RxAssert",
"version": "0.1.0",
"summary": "Check condition on Stream",
"description": "Check condition on Stream with assert()",
"homepage": "https://github.com/muukii/RxAssert",
"license": "MIT",
"authors": {
"muukii": "m@muukii.me"
},
"source": {
"git": "https://github.com/muukii/RxAssert.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/muukii0803",
"platforms": {
"ios": "8.0"
},
"source_files": "RxAssert/Classes/**/*",
"dependencies": {
"RxSwift": [
"~> 2.0"
],
"RxCocoa": [
"~> 2.0"
]
},
"frameworks": "Foundation"
}