blob: 20a7fb35a20afdfd2b88332c66c170cf0150a615 [file] [log] [blame]
{
"name": "MCAnimationView",
"version": "0.1.0",
"license": "BSD 3-Clause",
"summary": "A UIImageView alternative for better animations",
"description": "UIImageView alternative for animations that don't need to load all the images in memory at once and provide 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.0"
},
"source_files": "MCAnimationView/*.{h,m}",
"requires_arc": true,
"dependencies": {
"MCUIImageAdvanced": [
]
},
"platforms": {
"ios": "5.0"
}
}