| { |
| "name": "BubbleHeader", |
| "version": "1.0.0", |
| "summary": "BubbleHeader Instagram like", |
| "description": "BubbleHeader is a animated top menu for UITableView / UICollectionView / UIScrollView that mimics Instagram's header, this project was inspired in Persei project check them out https://github.com/Yalantis/Persei", |
| "homepage": "https://github.com/ramonvasc/BubbleHeader", |
| "screenshots": "https://github.com/ramonvasc/BubbleHeader/raw/master/BubbleHeader.gif", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": "Ramon Vasconcelos", |
| "source": { |
| "git": "https://github.com/ramonvasc/BubbleHeader.git", |
| "tag": "1.0.0" |
| }, |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "source_files": "BubbleHeader/Classes/**/*", |
| "requires_arc": true, |
| "swift_version": "4.2" |
| } |