Skip to content

Commit

Permalink
Update ETDistribution.podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
noahsmartin authored Jan 3, 2025
1 parent 528352b commit 4892df6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ETDistribution.podspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Pod::Spec.new do |spec|
spec.name = 'ETDistribution'
spec.version = '0.1.1'
spec.version = '0.1.2'
spec.summary = 'iOS app installer.'
spec.homepage = 'https://github.com/EmergeTools/ETDistribution'
spec.license = { :type => 'MIT', :file => 'LICENSE' }
spec.author = { 'YourName' => '[email protected]' }
spec.source = { :git => 'https://github.com/EmergeTools/ETDistribution.git', :tag => 'v0.1.1' }
spec.source = { :git => 'https://github.com/EmergeTools/ETDistribution.git', :tag => 'v0.1.2' }
spec.platform = :ios, '13.0'
spec.swift_version = '5.10'
spec.source_files = 'Sources/**/*.{swift,h,m}'
Expand Down

0 comments on commit 4892df6

Please sign in to comment.