blob: 63edef093241ce6ebf1111f5dd401f59a26832b4 [file] [log] [blame]
{
"name": "OSwitch",
"version": "0.1.0",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "OSwitch is a customisable switch control writen in Objective C.",
"homepage": "https://github.com/OyaSaid/OSwitch",
"authors": {
"Oya Said": "oya.said@gmail.com"
},
"source": {
"git": "https://github.com/OyaSaid/OSwitch.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"ios": {
"frameworks": [
"UIKit",
"Foundation"
]
},
"source_files": "OSwitch/Classes/**/*"
}