blob: 3b8b809d1dfaac399696951eda3e4a6a3b7e7d36 [file] [log] [blame]
{
"name": "UIViewAnimator",
"version": "0.1.0",
"summary": "Easy way for easy animation",
"description": "Easy way for animations like fadeIn/fadeOut and etc instead of using standard UIView.animate way.",
"homepage": "https://github.com/BlackbirdV/UIViewAnimator",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"BlackbirdV": "blackbird@live.ru"
},
"source": {
"git": "https://github.com/BlackbirdV/UIViewAnimator.git",
"tag": "0.1.0"
},
"swift_versions": "4.0",
"platforms": {
"ios": "10.0"
},
"source_files": "UIViewAnimator/Classes/**/*",
"frameworks": "UIKit",
"swift_version": "4.0"
}