| { |
| "name": "CheckMarkView", |
| "version": "0.4.3", |
| "summary": "A simple checkmark for UICollectionViewCell", |
| "description": "A 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.4.3" |
| }, |
| "source_files": [ |
| "Classes", |
| "CheckMarkView/Sources/**/*.{swift}" |
| ], |
| "requires_arc": true |
| } |