blob: 25b11b2cd66a19eb9ff879f45309675179cd9827 [file] [log] [blame]
{
"name": "SelectionDialog",
"version": "3.0.0",
"summary": "Simple selection dialog",
"homepage": "https://github.com/kciter/SelectionDialog",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"kciter": "kciter@naver.com"
},
"source": {
"git": "https://github.com/kciter/SelectionDialog.git",
"tag": "3.0.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "SelectionDialog/*.{swift}",
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true
}