[Add] PLVWebViewSDK 3.2.2
[CocoaPods.git] / Specs / 0 / 7 / 5 / CheckmarkCollectionViewCell / 1.0.5 / CheckmarkCollectionViewCell.podspec.json
blobd125602a92eca98589506ba420e2c1848c9d8111
2   "name": "CheckmarkCollectionViewCell",
3   "version": "1.0.5",
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     "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.5"
27   },
28   "source_files": "Sources/*.swift",
29   "dependencies": {
30     "SweeterSwift": [
32     ]
33   },
34   "pod_target_xcconfig": {
35     "LD_RUNPATH_SEARCH_PATHS": "$(FRAMEWORK_SEARCH_PATHS)"
36   },
37   "swift_version": "5.0",
38   "subspecs": [
39     {
40       "name": "Resources",
41       "resource_bundles": {
42         "CheckmarkCollectionViewCell": "Sources/*.png"
43       }
44     }
45   ]