Skip to content

Commit 0c22a3a

Browse files
authored
Update ETDistribution.podspec (#17)
1 parent 62864e3 commit 0c22a3a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ETDistribution.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
Pod::Spec.new do |spec|
22
spec.name = 'ETDistribution'
3-
spec.version = '0.1.2'
3+
spec.version = '0.1.3'
44
spec.summary = 'iOS app installer.'
55
spec.homepage = 'https://github.com/EmergeTools/ETDistribution'
66
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' }
7+
spec.authors = "Emerge Tools"
8+
spec.source = { :git => 'https://github.com/EmergeTools/ETDistribution.git', :tag => 'v0.1.3' }
99
spec.platform = :ios, '13.0'
1010
spec.swift_version = '5.10'
1111
spec.source_files = 'Sources/**/*.{swift,h,m}'

0 commit comments

Comments
 (0)