blob: 371b318fb773af3e7bfdc51fea6549ff8e19ce04 [file] [log] [blame]
{
"name": "RxTimer",
"version": "1.0",
"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/ivanbruel/RxTimer",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ivan Bruel": "ivan.bruel@gmail.com"
},
"source": {
"git": "https://github.com/ivanbruel/RxTimer.git",
"tag": "1.0"
},
"social_media_url": "https://twitter.com/ivanbruel",
"platforms": {
"ios": "8.0"
},
"source_files": "RxTimer/Classes/**/*",
"dependencies": {
"RxSwift": [
"~> 2.6"
]
}
}