blob: 87d8b234c11c2c57f26840ee590de185c2d35eba [file] [log] [blame]
{
"name": "TweenKit",
"version": "1.0.3",
"summary": "Animation library for iOS, tvOS and macOS",
"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": "1.0.3"
},
"social_media_url": "https://twitter.com/SteveBarnegren",
"platforms": {
"ios": "9.0",
"tvos": "9.0",
"osx": "10.14"
},
"swift_versions": "5.0",
"source_files": "TweenKit/TweenKit/*.swift",
"ios": {
"frameworks": "UIKit"
},
"osx": {
"frameworks": "CoreGraphics"
},
"swift_version": "5.0"
}