blob: 65888af16b5cb3879833068294d443fd09363d43 [file] [log] [blame]
{
"name": "ZGParallelView",
"version": "0.1.6",
"summary": "ZGParallelView is the easiest way to add a Parallax effect to a UITableView.",
"homepage": "https://github.com/zhigang1992/ZGParallelView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Zhigang Fang": "zhigang1992@gmail.com"
},
"source": {
"git": "https://github.com/zhigang1992/ZGParallelView.git",
"tag": "v0.1.6"
},
"platforms": {
"ios": "5.0"
},
"source_files": [
"Class",
"Class/**/*.{h,m}"
],
"public_header_files": "Class/**/*.h",
"requires_arc": true
}