blob: fbf04275c9c2c4fe969b382f4bcafc57675c6df4 [file] [log] [blame]
{
"name": "JMJParametricAnimation",
"version": "1.0.1",
"summary": "Animations with arbitrary time functions.",
"description": "Parametric Animations! You can use this to create animations with arbitrary parametric time\nfunctions, and free yourself from the restrictions of bezier curve based time functions. Both\nCALayer (iOS 4 and later) and UIView (iOS 7 and later) animations are supported.",
"homepage": "https://github.com/jjjacksn/JMJParametricAnimation",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"J.J. Jackson": "jj@jack.sn"
},
"source": {
"git": "https://github.com/jjjacksn/JMJParametricAnimation.git",
"tag": "1.0.1"
},
"social_media_url": "https://twitter.com/jjjacksn",
"platforms": {
"ios": "4.0"
},
"source_files": "JMJParametricAnimation/Classes/**/*",
"frameworks": "QuartzCore",
"requires_arc": true
}