[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 0 / 7 / 5 / CheckmarkCollectionViewCell / 1.0.3 / CheckmarkCollectionViewCell.podspec.json
blob24eb85bc0da1ad6ae0784a5f79abca1ee7c80260
2   "name": "CheckmarkCollectionViewCell",
3   "version": "1.0.3",
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_versions": "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.3"
23   },
24   "source_files": "Sources/*.swift",
25   "dependencies": {
26     "MiniLayout": [
28     ]
29   },
30   "swift_version": "4.2",
31   "subspecs": [
32     {
33       "name": "Resources",
34       "resource_bundles": {
35         "CheckmarkCollectionViewCell": "Sources/*.png"
36       }
37     }
38   ]