[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / 2 / b / 5 / GSKStretchyHeaderView / 0.8.1 / GSKStretchyHeaderView.podspec.json
blob6091afa9b1e12d0e8088665580d948104a534ca7
2   "name": "GSKStretchyHeaderView",
3   "version": "0.8.1",
4   "summary": "A generic, easy to use stretchy header view for UITableView and UICollectionView",
5   "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.",
6   "homepage": "https://github.com/gskbyte/GSKStretchyHeaderView",
7   "screenshots": [
8     "https://raw.githubusercontent.com/gskbyte/GSKStretchyHeaderView/master/screenshots/spoty_default.jpg",
9     "https://raw.githubusercontent.com/gskbyte/GSKStretchyHeaderView/master/screenshots/gradient.jpg"
10   ],
11   "license": "MIT",
12   "authors": {
13     "Jose Alcalá Correa": "jose.alcala@xing.com"
14   },
15   "source": {
16     "git": "https://github.com/gskbyte/GSKStretchyHeaderView.git",
17     "tag": "0.8.1"
18   },
19   "social_media_url": "https://twitter.com/gskbyte",
20   "platforms": {
21     "ios": "7.0"
22   },
23   "requires_arc": true,
24   "source_files": "Pod/Classes/**/*",
25   "resource_bundles": {
26     "GSKStretchyHeaderView": [
27       "Pod/Assets/*.png"
28     ]
29   }