cocoapods-hmap-simple 1.0.0
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 +7 -0
- data/lib/cocoapods_plugin.rb +2 -0
- metadata +46 -0
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: 101a27d1c87a42abed1f131da449ddaa8f1fc6504a5eddb95e232df1eb63d11a
|
4
|
+
data.tar.gz: e45cafe316f70a83c2c3121486b3b54eb2e0c0f12c5e9ee96c4a2d7272f744b4
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: 509f49e89238e5be25af044bd07195d87b1ae6c5a34b71e1deda6dec68e9e2569cf82e80d491344070fdbaa0dedffec632954e69fd276e213b1a6a8f973345e1
|
7
|
+
data.tar.gz: 0bce81e76d616bb168ebc8c1b410ff6b27d3902e9f5b895403380795f6bb6001de52c3807fc77a78654034e17b0259c5db41aacbe6754df99ac8d7cf4d0781f4
|
metadata
ADDED
@@ -0,0 +1,46 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: cocoapods-hmap-simple
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 1.0.0
|
5
|
+
platform: ruby
|
6
|
+
authors:
|
7
|
+
- shyang
|
8
|
+
autorequire:
|
9
|
+
bindir: bin
|
10
|
+
cert_chain: []
|
11
|
+
date: 2022-03-06 00:00:00.000000000 Z
|
12
|
+
dependencies: []
|
13
|
+
description: |-
|
14
|
+
This plugin modifies HEADER_SEARCH_PATHS in Pods/Target Support Files/*/*.xcconfig
|
15
|
+
replacing ${PODS_ROOT}/Headers/Public/* with a single hmap to speed up compilation.
|
16
|
+
email:
|
17
|
+
- shaohua0110@yahoo.com
|
18
|
+
executables: []
|
19
|
+
extensions: []
|
20
|
+
extra_rdoc_files: []
|
21
|
+
files:
|
22
|
+
- lib/cocoapods_plugin.rb
|
23
|
+
homepage: https://github.com/shyang/cocoapods-hmap
|
24
|
+
licenses:
|
25
|
+
- MIT
|
26
|
+
metadata: {}
|
27
|
+
post_install_message:
|
28
|
+
rdoc_options: []
|
29
|
+
require_paths:
|
30
|
+
- lib
|
31
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
32
|
+
requirements:
|
33
|
+
- - ">="
|
34
|
+
- !ruby/object:Gem::Version
|
35
|
+
version: 2.6.0
|
36
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
37
|
+
requirements:
|
38
|
+
- - ">="
|
39
|
+
- !ruby/object:Gem::Version
|
40
|
+
version: '0'
|
41
|
+
requirements: []
|
42
|
+
rubygems_version: 3.2.22
|
43
|
+
signing_key:
|
44
|
+
specification_version: 4
|
45
|
+
summary: A simple hmap generating plugin for cocoapods.
|
46
|
+
test_files: []
|