We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fb0fa6 commit 707d34fCopy full SHA for 707d34f
LocoMobileExport.podspec
@@ -26,7 +26,7 @@ An exporter script for Localise.biz projects for iOS and Android projects
26
s.license = { :type => 'MIT', :file => 'LICENSE' }
27
s.author = { 'MineS Chan' => 'mineschan@gmail.com' }
28
# s.source = { :git => 'https://github.com/mineschan/LocoMobileExport.git', :branch => 'master' }
29
- s.source = { http: "https://github.com/mineschan/LocoMobileExport/releases/download/#{s.version}/LocoMobileExport=#{s.version}.zip" }
+ s.source = { http: "https://github.com/mineschan/LocoMobileExport/releases/download/#{s.version}/LocoMobileExport-#{s.version}.zip" }
30
s.preserve_paths = '*'
31
s.exclude_files = '**/file.zip'
32
0 commit comments