We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c959b1 commit fe3d140Copy full SHA for fe3d140
ETDistribution.podspec
@@ -1,11 +1,11 @@
1
Pod::Spec.new do |spec|
2
spec.name = 'ETDistribution'
3
- spec.version = '0.2.1'
+ spec.version = '0.2.2'
4
spec.summary = 'iOS app installer.'
5
spec.homepage = 'https://github.com/EmergeTools/ETDistribution'
6
spec.license = { :type => 'MIT', :file => 'LICENSE' }
7
spec.authors = "Emerge Tools"
8
- spec.source = { :git => 'https://github.com/EmergeTools/ETDistribution.git', :tag => 'v0.2.1' }
+ spec.source = { :git => 'https://github.com/EmergeTools/ETDistribution.git', :tag => 'v0.2.2' }
9
spec.platform = :ios, '13.0'
10
spec.swift_version = '5.10'
11
spec.source_files = 'Sources/**/*.{swift,h,m}'
0 commit comments