blob: 0240830f5e8c2c3652d8e60f6c4aced7058a06ad [file] [log] [blame]
{
"name": "RxAnimated",
"version": "0.4.1",
"summary": "Animated bindings for RxSwift/RxCocoa",
"description": "Allows developers to bind observables to properties and animate any values changes in a clear and semantic way.\n The library includes a set of basic animations and allows for easy extending with further effects.",
"homepage": "https://github.com/RxSwiftCommunity/RxAnimated",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"icanzilb": "marin@underplot.com"
},
"source": {
"git": "https://github.com/RxSwiftCommunity/RxAnimated.git",
"tag": "0.4.1"
},
"platforms": {
"ios": "9.0",
"tvos": "10.0"
},
"default_subspecs": "Core",
"source_files": "RxAnimated/Core/**/*",
"frameworks": "UIKit",
"dependencies": {
"RxSwift": [
"~> 4.0"
],
"RxCocoa": [
"~> 4.0"
]
},
"pushed_with_swift_version": "4.0",
"subspecs": [
{
"name": "Core"
}
]
}