blob: 18bd712a39d61b81c1cf028a65d51e7e41c455c9 [file] [log] [blame]
{
"name": "MTAnimation",
"version": "0.2.1",
"summary": "Animate with easing functions using block methods similar to UIKit.",
"description": " Allows you to animate views in your app in the way you're familiar with (e.g. [UIKit animateWithDuration:animations:]) but adds 25+ easing functions (from jQuery) to make your animations more visceral.\n",
"homepage": "https://github.com/mysterioustrousers/MTAnimation",
"license": "MIT",
"authors": {
"Adam Kirk": "atomkirk@gmail.com"
},
"source": {
"git": "https://github.com/mysterioustrousers/MTAnimation.git",
"tag": "0.2.1"
},
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"source_files": [
"MTAnimation/UIView+MTAnimation.{h,m}",
"MTAnimation/MTTimingFunctions.{h,c}",
"MTAnimation/MTMatrixInterpolation.{h,c}",
"MTAnimation/MTAnimationTypes.h"
],
"frameworks": [
"QuartzCore",
"Foundation",
"CoreGraphics"
],
"ios": {
"frameworks": [
"UIKit",
"CoreGraphics"
]
},
"osx": {
"frameworks": [
"Cocoa",
"ApplicationServices"
]
},
"requires_arc": true
}