Skip to content

Commit 5277584

Browse files
Prepare v1.1.0
1 parent 1df25a8 commit 5277584

File tree

3 files changed

+29
-29
lines changed

3 files changed

+29
-29
lines changed

MM-PoEditor-Parser.podspec

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
Pod::Spec.new do |s|
2+
3+
s.name = "MM-PoEditor-Parser"
4+
s.version = "1.1.0"
5+
s.summary = "`MM-PoEditor-Parser` generates a swift file with an input strings file from POEditor"
6+
7+
s.description = <<-DESC
8+
`MM-PoEditor-Parser` generates a swift file with an input strings file from POEditor.
9+
DESC
10+
11+
s.homepage = 'https://github.com/masmovil/poeditor-parser-swift'
12+
13+
s.license = { :type => 'APACHE', :file => 'LICENSE' }
14+
s.authors = { 'MásMóvil' => '[email protected]' }
15+
s.source = { :git => 'https://github.com/masmovil/poeditor-parser-swift.git', :tag => "v#{s.version.to_s}" }
16+
17+
s.social_media_url = 'https://twitter.com/masmovil'
18+
19+
s.ios.deployment_target = "9.0"
20+
s.osx.deployment_target = "10.10"
21+
22+
s.source_files = "Sources/"
23+
s.exclude_files = [ 'Sources/main.swift' ]
24+
s.public_header_files = "Sources/POEditorParser.h"
25+
s.preserve_paths = [ "bin/poe" ]
26+
s.pod_target_xcconfig = { 'SWIFT_VERSION' => '4.2' }
27+
s.swift_version = '4.2'
28+
s.static_framework = true
29+
end

POEditor-Parser.podspec

Lines changed: 0 additions & 29 deletions
This file was deleted.

bin/poe

45.8 KB
Binary file not shown.

0 commit comments

Comments
 (0)