blob: 9db1323e52227915098fdc84284ed110c09d0da0 [file] [log] [blame]
{
"name": "BIZParallaxBackgroundTableView",
"version": "1.0.1",
"summary": "BIZParallaxBackgroundTableView is a sublcass of UITableView that scrolls with Parallax effect.",
"homepage": "https://github.com/bizibizi/BIZParallaxBackgroundTableView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Igor Bizi": "igorbizi@mail.ru"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/bizibizi/BIZParallaxBackgroundTableView.git",
"tag": "1.0.1"
},
"source_files": "Classes/*.{h,m}",
"public_header_files": "Classes/*.h",
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true
}