[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 0 / 7 / 5 / CheckmarkCollectionViewCell / 1.0.8 / CheckmarkCollectionViewCell.podspec.json
blobaa3991af191598528061c9007cb08a5ecd164b82
2   "name": "CheckmarkCollectionViewCell",
3   "version": "1.0.8",
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": "https://twitter.com/yonatsharon",
15   "swift_versions": [
16     "4.2",
17     "5.0"
18   ],
19   "platforms": {
20     "ios": "9.3"
21   },
22   "requires_arc": true,
23   "source": {
24     "git": "https://github.com/yonat/CheckmarkCollectionViewCell.git",
25     "tag": "1.0.8"
26   },
27   "source_files": "Sources/*.swift",
28   "resources": [
29     "PrivacyInfo.xcprivacy"
30   ],
31   "dependencies": {
32     "SweeterSwift": [
34     ]
35   },
36   "pod_target_xcconfig": {
37     "LD_RUNPATH_SEARCH_PATHS": "$(FRAMEWORK_SEARCH_PATHS)"
38   },
39   "subspecs": [
40     {
41       "name": "Resources",
42       "resource_bundles": {
43         "CheckmarkCollectionViewCell": "Sources/*.png"
44       }
45     }
46   ],
47   "swift_version": "5.0"