Skip to content

Commit

Permalink
Release 1.0.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
frontegg-david committed Jun 30, 2023
1 parent e783611 commit c53a9a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions FronteggSwift.podspec
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Pod::Spec.new do |s|
s.name = 'FronteggSwift'
s.version = '1.0.2'
s.version = '1.0.3'
s.summary = 'A swift library for easy integrating iOS application with Frontegg Services'
s.description = 'Frontegg is an end-to-end user management platform for B2B SaaS, powering strategies from PLG to enterprise readiness. Easy migration, no credit card required'
s.homepage = 'https://github.com/frontegg/frontegg-ios-swift'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'Frontegg LTD' => 'info@frontegg.com' }
s.source = { :git => 'https://github.com/frontegg/frontegg-ios-swift.git', :tag => "v#{s.version}" }
s.source = { :git => 'https://github.com/frontegg/frontegg-ios-swift.git', :tag => s.version.to_s }
s.swift_version = '5.5'
s.platforms = { :ios => '14.0' }
s.source_files = 'Sources/**/*.swift'
Expand Down

0 comments on commit c53a9a8

Please sign in to comment.