Skip to content

Commit 1fb0fa6

Browse files
author
MineS@DS
committed
Edited podspec
1 parent 79d467a commit 1fb0fa6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

LocoMobileExport.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Pod::Spec.new do |s|
1010
s.name = 'LocoMobileExport'
11-
s.version = '0.1.3'
11+
s.version = '0.1.4'
1212
s.summary = 'An exporter script for Localise.biz projects for iOS and Android projects'
1313

1414
# This description is used to generate tags and improve search results.
@@ -26,7 +26,7 @@ An exporter script for Localise.biz projects for iOS and Android projects
2626
s.license = { :type => 'MIT', :file => 'LICENSE' }
2727
s.author = { 'MineS Chan' => 'mineschan@gmail.com' }
2828
# s.source = { :git => 'https://github.com/mineschan/LocoMobileExport.git', :branch => 'master' }
29-
s.source = { http: "https://github.com/mineschan/LocoMobileExport/archive/#{s.version}.zip" }
29+
s.source = { http: "https://github.com/mineschan/LocoMobileExport/releases/download/#{s.version}/LocoMobileExport=#{s.version}.zip" }
3030
s.preserve_paths = '*'
3131
s.exclude_files = '**/file.zip'
3232

0 commit comments

Comments
 (0)