blob: a5389f401c94f02c19a97652240f8fe3cbbd512c [file] [log] [blame]
{
"name": "GSKStretchyHeaderView",
"version": "0.12.2",
"summary": "A generic, easy to use stretchy header view for UITableView and UICollectionView",
"description": "GSKStretchyHeaderView allows you to add a stretchy header view (like Twitter's or Spotify's) to any existing UITableView and UICollectionView. There is no need inherit from custom view controllers, just create your custom header view and add it to your UITableView or UICollectionView. Creating a custom stretchy header view is as easy as inheriting from the base class or using Interface Builder.",
"homepage": "https://github.com/gskbyte/GSKStretchyHeaderView",
"screenshots": [
"https://raw.githubusercontent.com/gskbyte/GSKStretchyHeaderView/master/screenshots/spoty_default.jpg",
"https://raw.githubusercontent.com/gskbyte/GSKStretchyHeaderView/master/screenshots/gradient.jpg"
],
"license": "MIT",
"authors": {
"Jose Alcalá Correa": "jose.alcala.correa@gmail.com"
},
"source": {
"git": "https://github.com/gskbyte/GSKStretchyHeaderView.git",
"tag": "0.12.2"
},
"social_media_url": "https://twitter.com/gskbyte",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "GSKStretchyHeaderView/Classes/**/*",
"private_header_files": "GSKStretchyHeaderView/Classes/Private/*.h"
}