| { |
| "name": "ZGPageControl", |
| "version": "0.1.0", |
| "summary": "PageControl Custom Edition", |
| "description": "Private customization based on Apple's official UIPageControl", |
| "homepage": "https://github.com/zengkebing3630/ZGPageControl.git", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Keventsang/曾克兵": "kuangtushusheng@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/zengkebing3630/ZGPageControl.git", |
| "tag": "0.1.0" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "ZGPageControl/Classes/**/*", |
| "frameworks": "UIKit", |
| "dependencies": { |
| "Masonry": [ |
| |
| ] |
| } |
| } |