blob: 929f81a6caa1172936ed128ed504e6dd1987e66e [file] [log] [blame]
{
"name": "ABChoiceView",
"version": "1.0.1",
"summary": "ABChoiceView is a user friendly multi-selection view library for iOS (written in Swift).",
"homepage": "https://github.com/avivbenshabat/ABChoiceView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Aviv Ben Shabat": "avivbenshabat@gmail.com"
},
"platforms": {
"ios": "9.1"
},
"swift_version": "4.1",
"requires_arc": true,
"source": {
"git": "https://github.com/avivbenshabat/ABChoiceView.git",
"tag": "1.0.1"
},
"source_files": "ABChoiceView/**/*.{h,swift}",
"resource_bundles": {
"ABChoiceView": [
"ABChoiceView/Assets/*.{xib,png}"
]
}
}