[Add] ZCShareSDK 0.0.12
[CocoaPods.git] / Specs / 0 / 7 / 5 / CheckmarkCollectionViewCell / 1.0.4 / CheckmarkCollectionViewCell.podspec.json
blobd9b571509f9bdf19ff6af595f0ec57d4e5dfa5b0
2   "name": "CheckmarkCollectionViewCell",
3   "version": "1.0.4",
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": [
16     "4.2",
17     "5.0",
18     "5.0"
19   ],
20   "platforms": {
21     "ios": "9.3"
22   },
23   "requires_arc": true,
24   "source": {
25     "git": "https://github.com/yonat/CheckmarkCollectionViewCell.git",
26     "tag": "1.0.4"
27   },
28   "source_files": "Sources/*.swift",
29   "dependencies": {
30     "SweeterSwift": [
32     ]
33   },
34   "swift_version": "5.0",
35   "subspecs": [
36     {
37       "name": "Resources",
38       "resource_bundles": {
39         "CheckmarkCollectionViewCell": "Sources/*.png"
40       }
41     }
42   ]