blob: 2328eda43b3e24dadc305af0165dad42b1d95018 [file] [log] [blame]
{
"name": "SAAnimationView",
"version": "1.0.1",
"summary": "The SAAnimationView framework provides a simple interface to programmatically create an animation.",
"description": "The SAAnimationView framework provides a simple interface to programmatically create an animation. It doesn't rely on images, giving it a few advantages over other animation frameworks. Because the framework draws the content with code instead of using images, it makes it simple to iterate on, doesn't require additional exports, and decreases the animation's burden on the size of the app.\nRead more about SAAnimationView at http://savvyapps.com/blog/saanimationview-framework-programmatically-create-ios-animations",
"homepage": "https://github.com/savvyapps/SAAnimationView",
"license": "MIT",
"authors": {
"Emilio Peláez": "emilio.pelaez@savvyapps.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/savvyapps/SAAnimationView.git",
"tag": "1.0.1"
},
"source_files": [
"SAAnimationView",
"SAAnimationView/**/*.{h,m}"
],
"frameworks": "UIKit",
"requires_arc": true
}