[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 4 / 2 / c / ScreenshotPreventing / 1.2.1 / ScreenshotPreventing.podspec.json
blob663bad9aca465f56666e4dfbdc206f8ce2f4c617
2   "name": "ScreenshotPreventing",
3   "version": "1.2.1",
4   "summary": "Prevent screenshot or screenrecord on iOS devices",
5   "description": "ScreenshotPreventing can help you to wrap views \nyou do not want user to screenshot or record.\n\nRxSwift extensions exist as wll.",
6   "homepage": "https://github.com/yoxisem544/ScreenshotPreventing-iOS",
7   "license": {
8     "type": "MIT",
9     "file": "License.md"
10   },
11   "authors": {
12     "David Liying Lin": "yoxisem544@gmail.com"
13   },
14   "social_media_url": "https://twitter.com/yoxisem544",
15   "platforms": {
16     "ios": "12.0"
17   },
18   "source": {
19     "git": "https://github.com/yoxisem544/ScreenshotPreventing-iOS.git",
20     "tag": "1.2.1"
21   },
22   "default_subspecs": "Core",
23   "swift_versions": "5.3",
24   "cocoapods_version": ">= 1.4.0",
25   "subspecs": [
26     {
27       "name": "Core",
28       "source_files": "Sources/ScreenshotPreventing/",
29       "frameworks": "UIKit"
30     },
31     {
32       "name": "RxSwift",
33       "source_files": "Sources/RxScreenshotPreventing/",
34       "dependencies": {
35         "ScreenshotPreventing/Core": [
37         ],
38         "RxSwift": [
39           "~> 6.0"
40         ],
41         "RxCocoa": [
42           "~> 6.0"
43         ]
44       }
45     }
46   ],
47   "swift_version": "5.3"