-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathGreedyKit.podspec
More file actions
19 lines (16 loc) · 874 Bytes
/
Copy pathGreedyKit.podspec
File metadata and controls
19 lines (16 loc) · 874 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# CocoaPods trunk publishing is discontinued. This podspec is kept as a
# compatibility manifest for projects that still resolve GreedyKit through
# CocoaPods from Git tags or local paths.
Pod::Spec.new do |s|
s.name = 'GreedyKit'
s.version = '2.0.1'
s.summary = 'Components written in Swift for preventing sensitive media data to be captured'
s.description = 'GreedyKit is a set of ready-to-use components written in Swift for preventing sensitive media data to be exposed by screen capture tools in iOS.'
s.homepage = 'https://github.com/igooor-bb/GreedyKit'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'igooor-bb' => 'igooor.ww@gmail.com' }
s.source = { :git => 'https://github.com/igooor-bb/GreedyKit.git', :tag => s.version.to_s }
s.ios.deployment_target = '13.0'
s.swift_version = "6.0"
s.source_files = 'Sources/**/*'
end