cocoapods-nexus-plugin 0.0.3 → 0.0.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/cocoapods-nexus-plugin/gem_version.rb +1 -1
- data/lib/cocoapods_plugin.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a62971ef42ae056df49fc037d5565f899a301fe26c5c86687df1632f82d5271f
|
4
|
+
data.tar.gz: 04755f6091f88981fbd392af29ce83f2bd408562b6b4d2be921551ddef70496c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f62c2755bedfb188204d90eb07bc74e90bcaaef20f13dc59179cd70ab94fde19d753521a51bc6fe2fcfe25269b2e28f87b8f1830ce1a3bdb22a45ee3592153c3
|
7
|
+
data.tar.gz: 7b694681e7268e662db90e7271b73cb65c508be971828d2ff17c71895af90c161202e078f6c1944734021bc0f0ab59c65be444b49394f656f47f29c5caa0903b
|
data/lib/cocoapods_plugin.rb
CHANGED
@@ -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"]
|
6
|
+
POD_BLACKLIST = ["libwebp", "Braintree", "razorpay-pod", "TrezorCrypto", "MapboxCommon"]
|
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.
|
4
|
+
version: 0.0.5
|
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-
|
11
|
+
date: 2022-09-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|