blob: 026101c8ae689a9eefa71b380f41a7ba97a88132 [file] [log] [blame]
{
"name": "MMTweenAnimation",
"version": "1.0",
"summary": "A extension of POP(from facebook) Animation",
"description": " A extension of POP(from facebook) custom animation. Inspired by tweaner(https://code.google.com/p/tweaner), MMTweanerAnimation provide 10 types of custom animation while using POP.\n",
"homepage": "https://github.com/adad184/MMTweenAnimation",
"screenshots": "https://raw.githubusercontent.com/adad184/MMTweenAnimation/master/Images/2.gif",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ralph Li": "adad184@gmail.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/adad184/MMTweenAnimation.git",
"tag": "1.0"
},
"source_files": [
"Classes",
"Classes/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"frameworks": "UIKit",
"dependencies": {
"pop": [
]
}
}