cocoapods-tdfire-binary 1.3.13 → 1.3.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d43a90480323b82ba75949bc337b49ceabc9e088
4
- data.tar.gz: 54122daefbabd865de5181cf2464d43839688bd8
3
+ metadata.gz: 883e1a1c94c672658d46a121897a9094d9bd8f63
4
+ data.tar.gz: e5f4d957511d1d4007d7301ba408a53551beb068
5
5
  SHA512:
6
- metadata.gz: 86f53a2ecaa9ceb09e91d5b1ded2212c6a332c8b7b147723126b3d607efcabdd5025bb3d476f694a58035ef405035c29be096843866fdb64f30dcc6d43c9d2a2
7
- data.tar.gz: 8f106363dbec82e85ebfddd9446eb8a00c689ac341fd531c0a002dfa073398599764592478506fe0e7a89359d0f0c47e798a42471251e22a42cd07a054eb87b5
6
+ metadata.gz: ad1384b7d38ef95ced53d4525ebef6d4def6a0979287ab4b871d64f87af4b5864f790154594c805105cf3d6193dbdbf795f1230b4872c278b8cefa6599cfd91b
7
+ data.tar.gz: 15aeaf03300f530689dbd08c6fabe4bfc6d42708abb787759d09add7776f62f018e6425ea394902f58dc88a12fbaa24178f2daa16c16ab1aeb20f53e0f27804f
@@ -17,8 +17,7 @@ module Pod
17
17
  ]
18
18
 
19
19
  def initialize(argv)
20
- @path = argv.shift_argument || "#{pod_name}.h"
21
- @path = Pathname.new(@path)
20
+ @path = argv.shift_argument
22
21
  @spec_file = first_podspec
23
22
  super
24
23
  end
@@ -31,6 +30,9 @@ module Pod
31
30
  def run
32
31
  UI.section("Tdfire: import public header files to #{@path} ...") do
33
32
  pod_name = @spec_file.split('.').first
33
+ @path ||= "#{pod_name}.h"
34
+ @path = Pathname.new(@path)
35
+
34
36
  header_generator = Pod::Generator::Header.new(Platform.ios)
35
37
  spec = Pod::Specification.from_file(Pathname.new(@spec_file))
36
38
  public_header_files = spec.consumer(:ios).public_header_files
@@ -1,3 +1,3 @@
1
1
  module CocoapodsTdfireBinary
2
- VERSION = "1.3.13"
2
+ VERSION = "1.3.14"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cocoapods-tdfire-binary
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.13
4
+ version: 1.3.14
5
5
  platform: ruby
6
6
  authors:
7
7
  - tripleCC