blob: 8b1b2d57ecfbec324bba52f44f4b27367243863b [file] [log] [blame]
{
"name": "MMParallaxCell",
"version": "1.2",
"summary": "A subclass of UITableViewCell to present the parallax effect",
"description": "A subclass of UITableViewCell to present the parallax effect. MMParallaxCell is a drop-in solution, basically you don't need to configure anything, but also you can customize it youself.",
"homepage": "https://github.com/adad184/MMParallaxCell",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ralph Li": "adad184@gmail.com"
},
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/adad184/MMParallaxCell.git",
"tag": "1.2"
},
"source_files": [
"Classes",
"Classes/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"frameworks": "UIKit"
}