[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 0 / 7 / 5 / CheckmarkCollectionViewCell / 1.0.2 / CheckmarkCollectionViewCell.podspec.json
blobf98976fb89717816d8496074faffec78db8a01b4
2   "name": "CheckmarkCollectionViewCell",
3   "version": "1.0.2",
4   "summary": "UICollectionViewCell with checkbox when it isSelected and empty circle when not - like Photos.app Select mode.",
5   "homepage": "https://github.com/yonat/CheckmarkCollectionViewCell",
6   "screenshots": "https://raw.githubusercontent.com/yonat/CheckmarkCollectionViewCell/master/Screenshots/CheckmarkCollectionViewCell.png",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.txt"
10   },
11   "authors": {
12     "Yonat Sharon": "yonat@ootips.org"
13   },
14   "social_media_url": "http://twitter.com/yonatsharon",
15   "swift_version": "4.2",
16   "platforms": {
17     "ios": "9.3"
18   },
19   "requires_arc": true,
20   "source": {
21     "git": "https://github.com/yonat/CheckmarkCollectionViewCell.git",
22     "tag": "1.0.2"
23   },
24   "source_files": "Sources/*.swift",
25   "dependencies": {
26     "MiniLayout": [
28     ]
29   },
30   "subspecs": [
31     {
32       "name": "Resources",
33       "resource_bundles": {
34         "CheckmarkCollectionViewCell": "Sources/*.png"
35       }
36     }
37   ]