blob: 1b00055904498b071b9214ab26e959734d78faf7 [file] [log] [blame]
{
"name": "RxAnimated",
"version": "0.7.0",
"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.7.0"
},
"platforms": {
"ios": "9.0",
"tvos": "10.0"
},
"default_subspecs": "Core",
"source_files": "Sources/RxAnimated/**/*",
"frameworks": "UIKit",
"dependencies": {
"RxSwift": [
"~> 5.1"
],
"RxCocoa": [
"~> 5.1"
]
},
"swift_versions": "5.0",
"subspecs": [
{
"name": "Core"
}
],
"swift_version": "5.0"
}