[Add] ZJSDK 2.5.7.5
[CocoaPods.git] / Specs / 4 / 0 / a / MGCollapsingHeader / 1.0.3 / MGCollapsingHeader.podspec.json
blobc9a5339cfe712535b7c5a6f75a82e6c6340ffa8a
2   "name": "MGCollapsingHeader",
3   "version": "1.0.3",
4   "summary": "An iOS UIView subclass to manage collapsing and expanding of a header view.",
5   "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.",
6   "homepage": "https://github.com/mattga/MGCollapsingHeader",
7   "screenshots": "https://raw.githubusercontent.com/mattga/MGCollapsingHeader/master/Screenshots/mgcollapsingheader_demo.gif",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Matthew Gardner": "matthew@mgardner.me"
14   },
15   "platforms": {
16     "ios": null
17   },
18   "source": {
19     "git": "https://github.com/mattga/MGCollapsingHeader.git",
20     "tag": "v1.0.3"
21   },
22   "header_mappings_dir": "MGCollapsingHeader",
23   "source_files": "MGCollapsingHeader/**/*.{h,m}"