Skip to content

Commit

Permalink
chore: add new version
Browse files Browse the repository at this point in the history
Signed-off-by: Timo Glastra <[email protected]>
  • Loading branch information
TimoGlastra committed Sep 13, 2024
1 parent c3e42c3 commit ae09b5f
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions Specs/AusweisApp2/2.2.1/AusweisApp2.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
Pod::Spec.new do |s|
s.name = "AusweisApp2"
s.version = "2.2.1"
s.summary = "AusweisApp2 SDK"
s.homepage = "https://www.ausweisapp.bund.de/sdk/ios.html"
s.license = 'EUPL, Version 1.2'
s.author = { "Governikus" => "Governikus" }

s.platform = :ios, "13.0"

s.source = { :git => "https://github.com/Governikus/AusweisApp2-SDK-iOS", :tag => s.version.to_s }
s.framework = "AusweisApp2"

s.vendored_frameworks = "AusweisApp2.xcframework"
end

0 comments on commit ae09b5f

Please sign in to comment.