blob: 27a30d23c18ee204e61dd40d9c36763697a77628 [file] [log] [blame]
{
"name": "MCAnimationView",
"version": "0.1.1",
"license": "BSD 3-Clause",
"summary": "A UIImageView alternative for better animations",
"description": "UIImageView alternative for animations that doesn't need to load all the images in memory at once and provide a callback when animation is done",
"homepage": "https://github.com/mirego/MCAnimationView",
"authors": {
"Mirego, Inc.": "info@mirego.com"
},
"source": {
"git": "https://github.com/mirego/MCAnimationView.git",
"tag": "0.1.1"
},
"source_files": "MCAnimationView/*.{h,m}",
"requires_arc": true,
"dependencies": {
"MCUIImageAdvanced": [
]
},
"platforms": {
"ios": "5.0"
}
}