[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 0 / 7 / 5 / CheckmarkCollectionViewCell / 1.0.9 / CheckmarkCollectionViewCell.podspec.json
blobba04c72658c66f62d4eb2a791e82fa5a2e740d55
2   "name": "CheckmarkCollectionViewCell",
3   "version": "1.0.9",
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.9"
26   },
27   "source_files": "Sources/*.swift",
28   "resource_bundles": {
29     "CheckmarkCollectionViewCell": [
30       "PrivacyInfo.xcprivacy"
31     ]
32   },
33   "dependencies": {
34     "SweeterSwift": [
36     ]
37   },
38   "pod_target_xcconfig": {
39     "LD_RUNPATH_SEARCH_PATHS": "$(FRAMEWORK_SEARCH_PATHS)"
40   },
41   "subspecs": [
42     {
43       "name": "Resources",
44       "resource_bundles": {
45         "CheckmarkCollectionViewCell": "Sources/*.png"
46       }
47     }
48   ],
49   "swift_version": "5.0"