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