| { |
| "name": "LPSegmentController", |
| "version": "1.0.0", |
| "summary": "SegmentControl to switch viewController's view.", |
| "description": "a container viewController with SegmentControl to switch viewController's view.", |
| "homepage": "https://github.com/litt1e-p/LPSegmentController", |
| "license": { |
| "type": "MIT" |
| }, |
| "authors": { |
| "litt1e-p": "litt1e.p4ul@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/litt1e-p/LPSegmentController.git", |
| "tag": "1.0.0" |
| }, |
| "platforms": { |
| "ios": "6.0" |
| }, |
| "requires_arc": true, |
| "source_files": "LPSegmentViewController/*", |
| "frameworks": [ |
| "Foundation", |
| "UIKit" |
| ] |
| } |