| { |
| "name": "HGSegmentedPageViewController", |
| "version": "0.1.0", |
| "license": "MIT", |
| "summary": "A paging solution", |
| "description": "A paging solution.\nHGSegmentedPageViewController supports iOS.", |
| "homepage": "https://github.com/ArchLL/HGSegmentedPageViewController", |
| "authors": { |
| "Arch": "mint_bin@163.com" |
| }, |
| "source": { |
| "git": "https://github.com/ArchLL/HGSegmentedPageViewController.git", |
| "tag": "0.1.0" |
| }, |
| "source_files": "HGSegmentedPageViewController/Classes/*.{h,m}", |
| "ios": { |
| "frameworks": [ |
| "Foundation", |
| "UIKit" |
| ] |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "dependencies": { |
| "Masonry": [ |
| "~> 1.1.0" |
| ] |
| }, |
| "requires_arc": true |
| } |