blob: 6c178d5dfb56f9726450df6d47fd0e44eedc639c [file] [log] [blame]
{
"name": "QNDAnimations",
"version": "2.0",
"summary": "This is an implementation of a UIView that introduces the idea of 'rewinding', 'toggling' and 'forwarding' in animations.",
"homepage": "https://github.com/qnoid/QNDAnimations",
"license": "MIT",
"authors": {
"Markos Charatzas": "markos@qnoid.com"
},
"source": {
"git": "https://github.com/qnoid/QNDAnimations.git",
"tag": "2.0"
},
"platforms": {
"ios": "5.0"
},
"source_files": [
"libQNDAnimations/QNDAnimations",
"libQNDAnimations/QNDAnimation/**/*.{h,m}"
],
"frameworks": [
"Foundation",
"UIKit",
"CoreGraphics"
],
"requires_arc": true
}