cocoapods-tj 1.0.4 → 1.0.5
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 +4 -4
- data/lib/cocoapods-tj/gem_version.rb +1 -1
- data/lib/cocoapods-tj/native/installer.rb +2 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ca71f9392e1d4099294842ab686e25e236ffb0cec657968350102f276a12a734
|
|
4
|
+
data.tar.gz: 8faddea44ac0581ec05f487e8c0925b49263b935ec147f57622259d7f77fe23f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f8441dfe9b92a54706d2d6c7531988e016271cecba533c06464cbac54b02514e2d0ce5d2d3d2140e77e40480dffb2d0e6d5d1920f8bdd3c8b5c207b626b03d22
|
|
7
|
+
data.tar.gz: 193dd9c57cc64e3fdf4546f136db8c8e1b4c78bac0ad607ff820484aac561a4ae746a0fb3f48cf0e09177142c71c0b6bce0de3345af1688d643669d69c88ba98
|
|
@@ -11,7 +11,8 @@ module Pod
|
|
|
11
11
|
alias old_create_pod_installer create_pod_installer
|
|
12
12
|
def create_pod_installer(pod_name)
|
|
13
13
|
installer = old_create_pod_installer(pod_name)
|
|
14
|
-
|
|
14
|
+
#报错,暂时先注释掉
|
|
15
|
+
# installer.installation_options = installation_options
|
|
15
16
|
installer
|
|
16
17
|
end
|
|
17
18
|
|