blob: 5b2ef7855eb4bd46e1b79daa34eb27e6ad993a87 [file] [log] [blame]
{
"name": "TweenKit",
"version": "0.5",
"summary": "Animation library for iOS and tvOS",
"description": "TweenKit makes it easy to animate anything!",
"homepage": "https://github.com/SteveBarnegren/TweenKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"steve.barnegren@gmail.com": "steve.barnegren@gmail.com"
},
"source": {
"git": "https://github.com/SteveBarnegren/TweenKit.git",
"tag": "0.5"
},
"social_media_url": "https://twitter.com/SteveBarnegren",
"platforms": {
"ios": "9.0",
"tvos": "9.0"
},
"swift_version": "4.2",
"source_files": "TweenKit/TweenKit/*.swift",
"frameworks": "UIKit"
}