blob: 9ec3de13c49700d4a4841613223bbacb391b9bfe [file] [log] [blame]
{
"name": "MotionMachine",
"version": "2.0.0",
"swift_versions": "5.0",
"license": {
"type": "MIT"
},
"summary": "An elegant, powerful, and modular animation library for Swift.",
"description": "MotionMachine provides a modular, generic platform for manipulating values. Its animation engine was built from the ground up to support not just UIKit values, but property values of any class you want to manipulate. It offers sensible default functionality that abstracts most of the hard work away, allowing you to focus on your work.",
"homepage": "https://github.com/poetmountain/MotionMachine",
"social_media_url": "https://twitter.com/petsound",
"authors": {
"Brett Walker": "brett@brettwalker.net"
},
"source": {
"git": "https://github.com/poetmountain/MotionMachine.git",
"tag": "2.0.0"
},
"source_files": "Sources/**/*.{m,h,swift}",
"frameworks": [
"CoreGraphics",
"QuartzCore"
],
"platforms": {
"ios": "8.0",
"tvos": "9.0"
},
"requires_arc": true,
"swift_version": "5.0"
}