blob: 785c95dc19f062de0513bee0d2b98ef75aa8b98f [file] [log] [blame]
{
"name": "ZGParallelView",
"version": "0.1.3",
"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.3"
},
"platforms": {
"ios": "5.0"
},
"source_files": [
"Class",
"Class/**/*.{h,m}"
],
"public_header_files": "Class/**/*.h",
"requires_arc": true
}