Skip to content

Commit

Permalink
Add UDAExplainer.podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Kjuly committed Dec 9, 2023
1 parent be1d4af commit 7ba5a50
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions UDAExplainer.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
Pod::Spec.new do |spec|
spec.name = "UDAExplainer"
spec.version = "1.0.0"
spec.summary = "Sensitive user data access explainer."
spec.description = <<-DESC
Sensitive user data access explainer, such as for Photos Library, Face ID, App Tracking Transparency, etc.
DESC
spec.license = "MIT"
spec.source = { :git => "https://github.com/Kjuly/UDAExplainer.git", :tag => "#{spec.version}" }
spec.homepage = "https://github.com/Kjuly/UDAExplainer"
spec.screenshots = "https://raw.githubusercontent.com/Kjuly/preview/main/UDAExplainer/01.png", "https://raw.githubusercontent.com/Kjuly/preview/main/UDAExplainer/02.png", "https://raw.githubusercontent.com/Kjuly/preview/main/UDAExplainer/iPad_01.png"

spec.author = { "Kjuly" => "[email protected]" }
spec.social_media_url = "https://twitter.com/kJulYu"

spec.ios.deployment_target = "15.5"

spec.swift_version = '5.0'

spec.source_files = "UDAExplainer"
spec.exclude_files = "UDAExplainer/UDAExplainer.docc"

spec.requires_arc = true
end

0 comments on commit 7ba5a50

Please sign in to comment.