blob: ef0771b6ef4fd7fcdcdd96762d804535a5737fa2 [file] [log] [blame]
{
"name": "RxTimer",
"version": "1.3",
"summary": "RxTimer adds RxSwift NSTimer bindings.",
"description": "RxTimer adds RxSwift NSTimer bindings. This allows you to trigger events reactively with a timer.",
"homepage": "https://github.com/bmoliveira/RxTimer",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ivan Bruel": "ivan.bruel@gmail.com"
},
"source": {
"git": "https://github.com/bmoliveira/RxTimer.git",
"tag": "1.3"
},
"social_media_url": "https://twitter.com/ivanbruel",
"platforms": {
"ios": "8.0"
},
"source_files": "RxTimer/Sources/**/*",
"dependencies": {
"RxSwift": [
"~> 4.x"
]
}
}