File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 88
99Pod ::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
You can’t perform that action at this time.
0 commit comments