blob: 475f9ceadc24ecc2841c257ec7a82b6b49463e86 [file] [log] [blame]
{
"name": "ToggleSwitch",
"version": "1.1.1",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "A custom UISwitch",
"homepage": "http://decimal.gr",
"social_media_url": "https://twitter.com/decimalstudio",
"authors": {
"Dimitris C.": "hello@decimal.gr"
},
"source": {
"git": "https://github.com/dimitris-c/ToggleSwitch.git",
"tag": "1.1.1"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"default_subspecs": "Core",
"pushed_with_swift_version": "3.0.2",
"subspecs": [
{
"name": "Core",
"source_files": "Sources/*.swift",
"frameworks": "UIKit"
}
]
}