blob: eb633b723eb2bc498659e9e52ce6ab779d660469 [file] [log] [blame]
{
"name": "RxTween",
"version": "0.1.0",
"summary": "Tweening operators for RxSwift",
"description": "Adds tweening operators to RxSwift for use in animations or other tweenable things.",
"homepage": "https://github.com/samw3/RxTween",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Sam Washburn": "sam@samwashburn.com"
},
"source": {
"git": "https://github.com/samw3/RxTween.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"dependencies": {
"RxSwift": [
]
},
"source_files": "RxTween/Classes/**/*"
}