blob: 9e0a1edfa561642ed5b9c93ee228f1f62fa4536b [file] [log] [blame]
{
"name": "MGCollapsibleHeader",
"version": "1.0.2.1",
"deprecated_in_favor_of": "MGCollapsingHeader",
"summary": "An iOS UIView subclass to manage collapsing and expanding of a header view.",
"description": "Subviews of the header are configured to transform to any collapsed layout. Intended to work with UIScrollView and UITableView as the user scrolls through content, but by all means can be used in other ways.",
"homepage": "https://github.com/mattga/MGCollapsibleHeader",
"screenshots": "https://raw.githubusercontent.com/mattga/MGCollapsingHeader/master/Screenshots/mgcollapsingheader_demo.gif",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Matthew Gardner": "matthew@mgardner.me"
},
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/mattga/MGCollapsingHeader.git",
"tag": "v1.0.2.1"
},
"header_mappings_dir": "MGCollapsibleHeader",
"source_files": "MGCollapsibleHeader/**/*.{h,m}"
}