cocoapods-hipac 0.0.7 → 0.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
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 82db1654111f71d4ce498caf22c24541b2beb2893d2772dfa23116665a728024
|
4
|
+
data.tar.gz: 90571b88a9e3a115f86f2afaea9e703139305212f3fa9cd4dd8f7a13a785d42e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7bacc6d303f563806e24cbfe286cd2be61171cbfc03c8386ddf046904a8b7e5dd949a5b8fbfb2c9af5f1ac23d45cb054556e56ff673cc555662656eebef3f9c9
|
7
|
+
data.tar.gz: 921494b225a6440d882d38e3aeb009713a8404dbabfb2ed6b2b9984699891a58ed5396169501077d9abef063352fc2a519ff02ed1ab7502c8b5d3aa427a02202
|
@@ -13,7 +13,7 @@ module Pod
|
|
13
13
|
end
|
14
14
|
|
15
15
|
class Manager
|
16
|
-
HIPAC_SOURCE_URL = 'git@ytgit.hipac.cn:Wireless/
|
16
|
+
HIPAC_SOURCE_URL = 'git@ytgit.hipac.cn:Wireless/ios/repos/hipacsource.git'.freeze
|
17
17
|
|
18
18
|
def last_specs_with_source_name_or_url(name_or_url)
|
19
19
|
source = source_with_name_or_url(name_or_url)
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cocoapods-hipac
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.8
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- QiYa
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-
|
11
|
+
date: 2019-07-02 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|