-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathTPObfuscation.podspec
More file actions
18 lines (15 loc) · 784 Bytes
/
TPObfuscation.podspec
File metadata and controls
18 lines (15 loc) · 784 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Pod::Spec.new do |s|
s.name = "TPObfuscation"
s.version = "1.1.1"
s.summary = "TPObfuscation will hide Strings in Swift binaries."
s.description = <<-DESC
TPObfuscation uses Swift unicode scalars to hide your credentials from binary string extraction.
DESC
s.homepage = "https://github.com/techprimate/TPObfuscation"
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "Philip Niedertscheider" => "phil@techprimate.com" }
s.source = { :git => "https://github.com/techprimate/TPObfuscation.git", :tag => s.version.to_s }
s.social_media_url = "https://twitter.com/techprimate"
s.ios.deployment_target = "8.0"
s.source_files = "Source/Classes/**/*"
end