| { |
| "name": "RoundedSwitch", |
| "version": "2.0.2", |
| "summary": "An iOS switch control implemented in Swift with full Interface Builder support.", |
| "description": "RoundedSwitch is an iOS switch control implemented in Swift with full Interface Builder support.", |
| "homepage": "https://github.com/T-Pham/Switch", |
| "screenshots": [ |
| "https://github.com/T-Pham/Switch/blob/master/switch.png?raw=true", |
| "https://github.com/T-Pham/Switch/blob/master/switch.gif?raw=true" |
| ], |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Thanh Pham": "minhthanh@me.com" |
| }, |
| "source": { |
| "git": "https://github.com/T-Pham/Switch.git", |
| "tag": "2.0.2" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "Switch.swift", |
| "frameworks": "UIKit" |
| } |