blob: ba78f83fa6f6406995109991aae18db52e39f2eb [file] [log] [blame]
{
"name": "RxAnimated",
"version": "0.1.0-beta.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.1.0-beta.1"
},
"platforms": {
"ios": "9.0"
},
"default_subspecs": "Core",
"source_files": "RxAnimated/Core/**/*",
"frameworks": "UIKit",
"dependencies": {
"RxSwift": [
"~> 4.0.0-beta.0"
],
"RxCocoa": [
"~> 4.0.0-beta.0"
]
},
"pushed_with_swift_version": "4.04.04.04.0",
"subspecs": [
{
"name": "Core"
},
{
"name": "Markdown"
}
]
}