blob: 75358526d6ef67a991c0205ce41b8253dcf4db8c [file] [log] [blame]
{
"name": "RACAnimated",
"version": "0.1.0",
"summary": "Animated bindings for ReactiveCocoa",
"description": "从RxSwiftCommunity中同步相关库到ReactiveSwift/ReactiveCocoa,RACAnimated同步RxAnimated",
"homepage": "https://github.com/arcangelw/RACAnimated",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"arcangelw": "wuzhezmc@gmail.com"
},
"source": {
"git": "https://github.com/arcangelw/RACAnimated.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "9.0",
"tvos": "10.0"
},
"default_subspecs": "Core",
"source_files": "RACAnimated/Classes/**/*",
"frameworks": "UIKit",
"dependencies": {
"ReactiveCocoa": [
"~> 8.0.0"
]
},
"swift_version": "4.2",
"subspecs": [
{
"name": "Core"
}
]
}