cocoapods-tdfire-binary 1.0.7 → 1.0.8

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: c4f9de30f1f300cf522c497fa292cfa432f88747
4
- data.tar.gz: be89ce05a1e6ac3877dba51a3bb9cfb52fcd7180
3
+ metadata.gz: b5c38c6b5faf4cb102678520d5c8d3d1366cea48
4
+ data.tar.gz: d54b1b2cd8b4a8533e4f6e523de67763e6d3aff7
5
5
  SHA512:
6
- metadata.gz: a53412925b6e6bec7ea72778974cb56fa5b133a7a1d7653956621042260f1ca3e3ce0d9338836b8e1b66bc77864ab4ca73d58c6b48ace0088a64af1c8bcc8fa7
7
- data.tar.gz: 9c4f615d3b377c3fff51706cb152496ad980b428fa21099c59007243b0f8955ccb84d240269d2defa5f61e8a0650ae8d3a2a7d8b4bffbcb7af203bda7d9bbaee
6
+ metadata.gz: 73a90a780d0a68e7e0ef937eb6b534193e9a89a6b3785b3092b5342874c8634053271f69c39264f6bb269fb7e9d1ba83aeb1c7769ba6cfe639d4ce9f69a66df1
7
+ data.tar.gz: 8ba26d0403b6fdb8fe95952996edded5c98b06d908206d7d4f13c229effdd5b363a8bfce763aa475597b1eb99a2b050276624d19ea1a868755d96f3b397efb2f
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- cocoapods-tdfire-binary (1.0.7)
4
+ cocoapods-tdfire-binary (1.0.8)
5
5
  cocoapods (~> 1.2)
6
6
  cocoapods-packager (~> 1.5.0)
7
7
 
@@ -118,7 +118,7 @@ module Pod
118
118
  # 去除对自身子组件的依赖
119
119
  dependencies
120
120
  .select { |d| d.name.split('/').first != spec.root.name }
121
- .each { |d| target_platform.send("dependency=", d.name, d.requirement.to_s) }
121
+ .each { |d| target_platform.dependency(d.name, d.requirement.to_s) }
122
122
 
123
123
  Pod::UI.message "Tdfire: dependencies for #{platform}: #{target_spec.all_dependencies.map(&:name).join(', ')}"
124
124
  end
@@ -1,3 +1,3 @@
1
1
  module CocoapodsTdfireBinary
2
- VERSION = "1.0.7"
2
+ VERSION = "1.0.8"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cocoapods-tdfire-binary
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.7
4
+ version: 1.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - tripleCC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-04-12 00:00:00.000000000 Z
11
+ date: 2018-04-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler