blob: ebd61aea687ea61d1194091f053a4aca6407f920 [file] [log] [blame]
{
"name": "JBParallaxCell",
"version": "0.0.1",
"summary": "This project provides a parallax effect on a `UIImageView` on a `UITableViewCell` when the table scrolls.",
"homepage": "https://github.com/jberlana/JBParallaxCell",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Javier Berlana": "jberlana@gmail.com"
},
"social_media_url": "http://twitter.com/jberlana",
"source": {
"git": "git@github.com:jberlana/JBParallaxCell.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "6.0"
},
"source_files": "JBParallaxCell.{h,m}",
"requires_arc": true
}