Skip to content

Commit 5b6ba9a

Browse files
Prepare first public version
1 parent 5c5f7e6 commit 5b6ba9a

File tree

2 files changed

+28
-28
lines changed

2 files changed

+28
-28
lines changed

POEditor-Parser.podspec

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

POEditorParser.podspec

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

0 commit comments

Comments
 (0)