blob: d8c1fd63f771309d34b55b270f318e41dffcbeda [file] [log] [blame]
{
"name": "ToggleSwitch",
"version": "1.0",
"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.0"
},
"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"
}
]
}