blob: 4489009991427f968b7977e64821dfb24e8cb120 [file] [log] [blame]
{
"name": "RoundedSwitch",
"version": "1.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": "1.0.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Switch.swift",
"frameworks": "UIKit"
}