cocoapods-nexus-plugin 0.0.6 → 0.0.8

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 83bc3e93ced6744e97a1c3a133559fc8a1192d611f310736d07431169310719d
4
- data.tar.gz: 9b4a54fc83ef83c76ff6dec8662d46a6f0d88957e7ba5853247ab43c4d59423f
3
+ metadata.gz: 76ad5a102a6047b964be4764ee45d41d0c2c354d881c9c000b5362fa45c9a934
4
+ data.tar.gz: 8c23b06420608178fd14f67ed67b67f1d77dda541116517ad438447cc8c9e7ed
5
5
  SHA512:
6
- metadata.gz: 13188214c9953b4bf4c5f716413ae9da20cb34fd1517b0da6d821f7d00af880b3cb21732d10b10f9079713fb76bfd9fca23df50fe34092e3455bf4c2e300295e
7
- data.tar.gz: f6dcccc22987e43acffdb6384d854e1cb4acc911003b01da5199f37b70d49b6415ef12544eb1bc00659612cfac2238c67eafb3ebee3081cc5f89f3d04f886799
6
+ metadata.gz: a86ec4313b867765905e1746616caef6914a282ca18c1afc781661009ef29feb13c43873d1b1f41d4104e9be783baba466eeb3db5a1c7b35e1ea4445eb461c30
7
+ data.tar.gz: 4cb073176500d71a818ca85c5be37eb7e5fc0d114d0f64bd693a94de779707885a643563604411ece7d89a824973385b00270d93679d4faca9320cbb5f309511
@@ -1,3 +1,3 @@
1
1
  module CocoapodsNexusPlugin
2
- VERSION = "0.0.6"
2
+ VERSION = "0.0.8"
3
3
  end
@@ -3,7 +3,7 @@ require 'fileutils'
3
3
 
4
4
  CDN_URL = "https://cdn.cocoapods.org"
5
5
 
6
- POD_BLACKLIST = ["libwebp", "Braintree", "razorpay-pod", "TrezorCrypto", "MapboxCommon", "MapboxCoreMaps"]
6
+ POD_BLACKLIST = ["libwebp", "Braintree", "razorpay-pod", "TrezorCrypto", "MapboxCommon", "MapboxCoreMaps", "CFSDK"]
7
7
 
8
8
  NEXUS_COCOAPODS_REPO_URL = ENV['NEXUS_COCOAPODS_REPO_URL']
9
9
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cocoapods-nexus-plugin
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Expo
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-09-26 00:00:00.000000000 Z
11
+ date: 2022-09-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler