| { |
| "name": "SimpleCollapsingHeaderView", |
| "version": "0.1.0", |
| "summary": "An easy to use library for collapsing header views in iOS", |
| "description": "An easy to use library to implement a collapsing header view in iOS, that supports simple animations", |
| "homepage": "https://github.com/nixsm/SimpleCollapsingHeaderView", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "nixsm": "nichsmm@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/nixsm/SimpleCollapsingHeaderView.git", |
| "tag": "0.1.0" |
| }, |
| "social_media_url": "https://twitter.com/Nixsm_", |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "source_files": "SimpleCollapsingHeaderView/Classes/**/*", |
| "frameworks": "UIKit", |
| "pushed_with_swift_version": "4.0" |
| } |