blob: 24f312b1e33f178dc9069965b0d0478449687a61 [file] [log] [blame]
{
"name": "ITSwitch",
"version": "1.0",
"summary": "ITSwitch is a replica of UISwitch for Mac OS X",
"description": "ITSwitch is a simple and lightweight replica of iOS 7 UISwitch for Mac OS X.",
"homepage": "https://github.com/iluuu1994/ITSwitch",
"license": {
"type": "Apache License",
"file": "LICENSE"
},
"authors": {
"Ilija Tovilo": "support@ilijatovilo.ch"
},
"platforms": {
"osx": "10.9"
},
"source": {
"git": "https://github.com/iluuu1994/ITSwitch.git",
"tag": "v1.0"
},
"source_files": "ITSwitch/*.{h,m}",
"frameworks": "QuartzCore",
"requires_arc": true
}