cocoapods-fix-react-native 2018.04.10.11 → 2018.04.12.11
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +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: d6027fc7d857ebc94d523efd5ab4b4fe1ef8b2309583f06094e14285aa2cd31a
|
4
|
+
data.tar.gz: f0b702a36ed034920ffabb353d24dcb62c1af152e80f5dc583674419e56ab29e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e91985183d599a160e38fa2f30caffcb59518b1940761e479be05345be34fb2f7f16bfcc5a1115276fb7d47b6efab4b08d2a9b6805519f6820d28537709e3496
|
7
|
+
data.tar.gz: 4297f07ee213bcd253ec03af23d7e2a75f2a8a88310c8c793bc3f117b2d3b4e2f400982d226f4d91453f8b0a7a84ea283aa664f03669175a45d3ec6d96931274
|
data/README.md
CHANGED
@@ -12,7 +12,7 @@ use - the onus is on you to make sure it continues to work. Facebook have a big
|
|
12
12
|
CocoaPods, and they also use static compilation because they don't use Swift. Meaning if you want to use CocoaPods and
|
13
13
|
Swift, you're pretty far from their workflow.
|
14
14
|
|
15
|
-
In order to get it working for just
|
15
|
+
In order to get it working for just your app you scour, like, a million issues on React Native (or go look at
|
16
16
|
[artsy/eigen][eigen]) to get it compiling on your setup. Again, not optimal.
|
17
17
|
|
18
18
|
This plugin _tries_ to fix this by centralizing the code needed to modify React Native. This means makes it easy to
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cocoapods-fix-react-native
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2018.04.
|
4
|
+
version: 2018.04.12.11
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Orta Therox
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-04-
|
11
|
+
date: 2018-04-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|