blob: 8bf6a9113b157523fd28e19fd70a17413462d8bf [file] [log] [blame]
{
"name": "CheckmarkCollectionViewCell",
"version": "1.0.1",
"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.1"
},
"source_files": "Sources/*.swift",
"dependencies": {
"MiniLayout": [
]
},
"subspecs": [
{
"name": "Resources",
"resource_bundles": {
"CheckmarkCollectionViewCell": "Sources/*.png"
}
}
]
}