File tree Expand file tree Collapse file tree 2 files changed +28
-28
lines changed Expand file tree Collapse file tree 2 files changed +28
-28
lines changed Original file line number Diff line number Diff line change
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' => 'info@bq.com' }
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
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments