blob: 98207816f67dbb8d5bf31d8af403c11afbc45b8d [file] [log] [blame]
{
"name": "OSwitch",
"version": "0.2.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.2.0"
},
"platforms": {
"ios": "7.0"
},
"ios": {
"frameworks": [
"UIKit",
"Foundation"
]
},
"source_files": "OSwitch/Classes/**/*.{h,m}",
"requires_arc": true
}