cocoapods-ykutility 3.0.4 → 3.0.6

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: 4550a7aea73ec65f36cdda1573567f151044a4eecb51c7ea9f1d86321ebae66e
4
- data.tar.gz: f8f06152fe35d014d62daf8adbf4f6ed0e971e430e286c0cfd895ef8bf65a3af
3
+ metadata.gz: a7f13181e9c427aa2aba99b9e8938dd51ef9588fa34a6166d5bb8c228fd9f2a3
4
+ data.tar.gz: 3ed824ff4821e16a23deb6d42caca2da1e61f3ea7fa22925e41f950b38b5ca29
5
5
  SHA512:
6
- metadata.gz: 8fa9891a04e0f7e855d51ecde6bb6e0145f9aaaf4e2e0f9b520340498adda8260e86a59c1ff2465eb4b8756b8d07251a7190d7606935152ca126d901cdcee2d3
7
- data.tar.gz: 2a33627082e302f2e4b9abbf3083dfa5b275cb3054220f5cd42f353d44b73aa373472b4e0a0ea83880a9dc4d7f5f0a3a688deff164492807741f17879b72a82d
6
+ metadata.gz: f66c8aaea35c352275514965971412332e8337b708a2b19eff14670af91774b5d64b1134d06ff019c8d69a92c6f7009ad3f5cc98ca15e1cdb69b025a065f9ad9
7
+ data.tar.gz: 8eff326acf18343e08264ec9802fab49b5383f2f37572feec9bf04c5990515710a17308c844f996792fc0815fb4b3db0779849781162e40d517ac62e455534a4
@@ -9,6 +9,10 @@ platform :ios, '9.0'
9
9
 
10
10
  inhibit_all_warnings!
11
11
 
12
+ install! 'cocoapods',
13
+ disable_input_output_paths: true,
14
+ generate_multiple_pod_projects: true
15
+
12
16
  use_frameworks! :linkage => :static # 使用 framework形势的静态库, 注释可变为.a 静态库
13
17
  use_modular_headers! #此字段用于pod自动生成 swift module 伞文件
14
18
 
@@ -34,15 +38,15 @@ target 'YKRPC_POD_NAME_Example' do
34
38
 
35
39
  end
36
40
 
37
- target 'NotificationContent' do
41
+ # target 'NotificationContent' do
38
42
  # Pods for NotificationContent
39
43
 
40
- end
44
+ # end
41
45
 
42
- target 'NotificationService' do
46
+ # target 'NotificationService' do
43
47
  # Pods for NotificationService
44
48
 
45
- end
49
+ # end
46
50
 
47
51
 
48
52
  def pod_string_item_appen(item_str, append_str)
@@ -36,9 +36,9 @@ targets:
36
36
  ReleaseQ: config/iOS-config/target-main-Q/config-enterprise/release.xcconfig
37
37
 
38
38
  # dependencies
39
- dependencies:
40
- - target: NotificationContentQ
41
- - target: NotificationServiceQ
39
+ # dependencies:
40
+ # - target: NotificationContentQ
41
+ # - target: NotificationServiceQ
42
42
  # - carthage: Reusable
43
43
  # - package: SwiftyUtils
44
44
  # - sdk: CloudKit.framework
@@ -35,9 +35,9 @@ targets:
35
35
  ReleaseQ: config/iOS-config/target-main/config-enterprise/release.xcconfig
36
36
 
37
37
  # dependencies
38
- dependencies:
39
- - target: NotificationContent
40
- - target: NotificationService
38
+ # dependencies:
39
+ # - target: NotificationContent
40
+ # - target: NotificationService
41
41
  # - carthage: Reusable
42
42
  # - package: SwiftyUtils
43
43
  # - sdk: CloudKit.framework
@@ -39,8 +39,8 @@ include:
39
39
  - path: config/iOS-target-main-Q.yml
40
40
  relativePaths: false
41
41
 
42
- - path: config/iOS-target-notification.yml
43
- relativePaths: false
42
+ # - path: config/iOS-target-notification.yml
43
+ # relativePaths: false
44
44
 
45
- - path: config/iOS-target-notification-Q.yml
46
- relativePaths: false
45
+ # - path: config/iOS-target-notification-Q.yml
46
+ # relativePaths: false
@@ -1,5 +1,5 @@
1
1
  module CocoapodsYkPodUtility
2
- VERSION = '3.0.4'
2
+ VERSION = '3.0.6'
3
3
  YK_POD_TEMPLATE_PATH = File.expand_path(File.join(__FILE__, '../../../podTemplate'))
4
4
  YK_POD_BUSINESS_REGISTER_PATH = File.expand_path(File.join(__FILE__, '../../../podTemplate/register'))
5
5
 
@@ -9,6 +9,11 @@ platform :ios, '9.0'
9
9
 
10
10
  inhibit_all_warnings!
11
11
 
12
+
13
+ install! 'cocoapods',
14
+ disable_input_output_paths: true,
15
+ generate_multiple_pod_projects: true
16
+
12
17
  use_frameworks! :linkage => :static # 使用 framework形势的静态库, 注释可变为.a 静态库
13
18
  use_modular_headers! #此字段用于pod自动生成 swift module 伞文件
14
19
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cocoapods-ykutility
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.4
4
+ version: 3.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - stephen.chen
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-02-16 00:00:00.000000000 Z
11
+ date: 2025-03-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jazzy
@@ -259,7 +259,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
259
259
  - !ruby/object:Gem::Version
260
260
  version: '0'
261
261
  requirements: []
262
- rubygems_version: 3.2.3
262
+ rubygems_version: 3.3.3
263
263
  signing_key:
264
264
  specification_version: 4
265
265
  summary: 一款cocoapods插件,用于创建定制化标准组件.