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