blob: f98976fb89717816d8496074faffec78db8a01b4 [file] [log] [blame]
{
"name": "CheckmarkCollectionViewCell",
"version": "1.0.2",
"summary": "UICollectionViewCell with checkbox when it isSelected and empty circle when not - like Photos.app Select mode.",
"homepage": "https://github.com/yonat/CheckmarkCollectionViewCell",
"screenshots": "https://raw.githubusercontent.com/yonat/CheckmarkCollectionViewCell/master/Screenshots/CheckmarkCollectionViewCell.png",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": {
"Yonat Sharon": "yonat@ootips.org"
},
"social_media_url": "http://twitter.com/yonatsharon",
"swift_version": "4.2",
"platforms": {
"ios": "9.3"
},
"requires_arc": true,
"source": {
"git": "https://github.com/yonat/CheckmarkCollectionViewCell.git",
"tag": "1.0.2"
},
"source_files": "Sources/*.swift",
"dependencies": {
"MiniLayout": [
]
},
"subspecs": [
{
"name": "Resources",
"resource_bundles": {
"CheckmarkCollectionViewCell": "Sources/*.png"
}
}
]
}