blob: 100367db4e5be12272859820ed68d3592c1f3f48 [file] [log] [blame]
{
"name": "MMParallaxCell",
"version": "1.1",
"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.\n",
"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.1"
},
"source_files": [
"Classes",
"Classes/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"frameworks": "UIKit"
}