Skip to content

Commit

Permalink
Prepare first public version
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianvarela committed Jul 11, 2019
1 parent 5c5f7e6 commit 5b6ba9a
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 28 deletions.
28 changes: 28 additions & 0 deletions POEditor-Parser.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
Pod::Spec.new do |s|

s.name = "POEditor-Parser"
s.version = "1.0.0"
s.summary = "`POEditor-Parser` generates a swift file with an input strings file from POEditor"

s.description = <<-DESC
`POEditor-Parser` generates a swift file with an input strings file from POEditor.
DESC

s.homepage = 'https://github.com/bq/poeditor-parser-swift'

s.license = { :type => 'APACHE', :file => 'LICENSE' }
s.author = { 'bq' => 'info@bq.com' }
s.source = { :git => 'https://github.com/bq/poeditor-parser-swift.git', :tag => "v#{s.version.to_s}" }

s.social_media_url = 'https://twitter.com/bqreaders'

s.ios.deployment_target = "9.0"
s.osx.deployment_target = "10.10"

s.source_files = "Sources/"
s.public_header_files = "Sources/POEditorParser.h"
s.preserve_paths = [ "bin/poe" ]
s.pod_target_xcconfig = { 'SWIFT_VERSION' => '4.2' }
s.swift_version = '4.2'
s.static_framework = true
end
28 changes: 0 additions & 28 deletions POEditorParser.podspec

This file was deleted.

0 comments on commit 5b6ba9a

Please sign in to comment.