blob: 2692b30f9709cd20c8ef9f9eac30100c5c09e4b7 [file] [log] [blame]
{
"name": "JBKenBurnsView",
"version": "1.0",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "UIView that can generate a Ken Burns transition when given an array of images or paths.",
"frameworks": "QuartzCore",
"homepage": "https://github.com/jberlana/iOSKenBurns",
"authors": {
"Javier Berlana": "jberlana@gmail.com"
},
"social_media_url": "http://twitter.com/jberlana",
"source": {
"git": "https://github.com/jberlana/iOSKenBurns.git",
"tag": "1.0"
},
"platforms": {
"ios": "6.0"
},
"source_files": "KenBurns/*.{h,m}",
"requires_arc": true
}