forked from Stampoo/SnapshotSafeView
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSnapshotSafeView.podspec
More file actions
25 lines (18 loc) · 902 Bytes
/
SnapshotSafeView.podspec
File metadata and controls
25 lines (18 loc) · 902 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#
# Be sure to run `pod spec lint SnapshotSafeView.podspec' to ensure this is a
# valid spec and to remove all comments including this before submitting the spec.
#
# To learn more about Podspec attributes see https://guides.cocoapods.org/syntax/podspec.html
# To see working Podspecs in the CocoaPods repo see https://github.com/CocoaPods/Specs/
#
Pod::Spec.new do |spec|
spec.name = "SnapshotSafeView"
spec.version = "0.2.1"
spec.summary = "Used for hide view from system screenshots and video recording "
spec.description = "Screen record, screenshot protector view"
spec.homepage = "https://github.com/inkitt/SnapshotSafeView.git"
spec.license = "MIT"
spec.author = { "Ilya knyazkov" => "fivecoil@gmail.com" }
spec.source = { :git => "https://github.com/inkitt/SnapshotSafeView.git", :tag => "#{spec.version}" }
spec.source_files = "Sources/SnapshotSafeView/**/*"
end