blob: 533b2cdb79b9f95e6af937ccc43ed5ee97bfb1b4 [file] [log] [blame]
{
"name": "CheckMarkView",
"version": "0.2",
"summary": "Simple checkmark for UICollectionViewCell",
"description": "Just simple view which draws programmatically checkmark with some styles",
"homepage": "https://github.com/maximbilan/CheckMarkView",
"license": {
"type": "MIT"
},
"authors": {
"Maxim Bilan": "maximb.mail@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/maximbilan/CheckMarkView.git",
"tag": "0.2"
},
"source_files": [
"Classes",
"CheckMarkView/Sources/**/*.{swift}"
],
"requires_arc": true
}