[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 0 / 7 / a / SUPHeaderView / 1.0.1 / SUPHeaderView.podspec.json
blob1822777337c11f9b52f9a6253d60a768c170ef07
2   "name": "SUPHeaderView",
3   "version": "1.0.1",
4   "summary": "Twitter - like Profile Header view for UITableView that stretches and collapses.",
5   "description": "MEExpandableHeaderView without pages & with alternative collapsed mode content.\nAlmost completely redone fork of https://github.com/microeditionbiz/ExpandableHeaderView\n\nSUPHeaderView's goal is to provide a nice header for User Profile with Media/Content presented\nin UITableView. It reproduces the behaviour that you can find on Twitter app, \nprofile section, when the user scrolls down that section and the header is expanded and blurred.",
6   "homepage": "https://github.com/psineur/SUPHeaderView",
7   "screenshots": [
8     "https://user-images.githubusercontent.com/507338/28749792-4db37b22-7490-11e7-842d-f88ad677835e.PNG",
9     "https://user-images.githubusercontent.com/507338/28749791-4be2f462-7490-11e7-91b1-170701498ef1.PNG",
10     "https://user-images.githubusercontent.com/507338/28749790-49b5d7c2-7490-11e7-9655-8e6d27a25bbc.PNG"
11   ],
12   "license": {
13     "type": "MIT",
14     "file": "LICENSE"
15   },
16   "authors": {
17     "Stepan Generalov": "psi.pk.ru@gmail.com",
18     "Pablo Ezequiel Romero": "developer@microedition.biz"
19   },
20   "source": {
21     "git": "https://github.com/psineur/SUPHeaderView.git",
22     "tag": "1.0.1"
23   },
24   "platforms": {
25     "ios": "8.0"
26   },
27   "source_files": "SUPHeaderView/**/*",
28   "public_header_files": "SUPHeaderView/**/*.h",
29   "frameworks": [
30     "UIKit",
31     "Accelerate"
32   ]