blob: 697eee867e53cfee9039900576692e4dd0ea3ec9 [file] [log] [blame]
{
"name": "CPSelectionManager",
"version": "0.0.1",
"summary": "Manage selection of controls. (single/multiple selection)",
"description": "Manage selection of controls.\nSupport single, multiple selection.",
"homepage": "https://github.com/yoonhg84/CPSelectionManager",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"yoonhg84": "yoonhg2002@gmail.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/yoonhg84/CPSelectionManager.git",
"tag": "0.0.1"
},
"source_files": [
"Source",
"Source/**/*.{h,m,swift}"
],
"exclude_files": "Classes/Exclude"
}