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