cocoapods-ykutility 1.0.1 → 1.0.2

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: e7114b64d4acebb4f8a0aa2cb3bee8309514aaefc35827ab61e20945ab0b691a
4
- data.tar.gz: cff7aa3b1ff8cc2a56f688d1d0eaab2560b0b74e0b71b4a9e960145e59d7f4a4
3
+ metadata.gz: cef97d3e56c2f2731b6f72df8b51404344c6b19436e8b07aeeffb90d78f20b07
4
+ data.tar.gz: e4dc506bede873274e5d52ca4094bc9e801fc9559111d3318a757018e2332cc1
5
5
  SHA512:
6
- metadata.gz: f64216f715a19ee764fbfe7cbc032faeb28c5417c79d788e59056f6acccc6de1bff02e341a8aef01ccabe8eef68d16d54551a645b884bc5915b5de32b4a2b808
7
- data.tar.gz: fb77de50dc78192b9f706da4d5212d714cc05b01291d12b61d1aaa9e17361e4235693cef9107753905a6848150d24def953da91de0bb7d4a0083765597978773
6
+ metadata.gz: a30fbc00095f720e24726dc9979119a3ed2ac44a20e04518964a1dd7151c80e27e812d07edfc4f460ec279a802c7052790087a8f377c273e18ad269a16111362
7
+ data.tar.gz: 2ef798a71e349627f4c79115ba1420236f684358bf4b78fdc32897f137db276e6f8dfafed503a687f9a6e041958c4f805b7f44b8e401b485d3370d8e5bee2939
@@ -0,0 +1,4 @@
1
+ //
2
+ // Use this file to import your target's public headers that you would like to expose to Swift.
3
+ //
4
+
@@ -0,0 +1,4 @@
1
+ //
2
+ // Use this file to import your target's public headers that you would like to expose to Swift.
3
+ //
4
+
@@ -98,7 +98,7 @@ PROVISIONING_PROFILE_SPECIFIER =
98
98
  //
99
99
  // Path to the header defining the Objective-C interfaces to be exposed in Swift.
100
100
 
101
- //SWIFT_OBJC_BRIDGING_HEADER = YeahPay/Bridging-Header.h
101
+ SWIFT_OBJC_BRIDGING_HEADER = TargetMain/YKRPC_POD_NAME_Example-Bridging-Header.h
102
102
 
103
103
 
104
104
 
@@ -98,7 +98,7 @@ PROVISIONING_PROFILE_SPECIFIER =
98
98
  //
99
99
  // Path to the header defining the Objective-C interfaces to be exposed in Swift.
100
100
 
101
- //SWIFT_OBJC_BRIDGING_HEADER = YeahPay/Bridging-Header.h
101
+ SWIFT_OBJC_BRIDGING_HEADER = TargetMain/YKRPC_POD_NAME_Example-Bridging-Header.h
102
102
 
103
103
 
104
104
 
@@ -3,3 +3,9 @@ PRODUCT_DISPLAY_NAME = NotificationContent
3
3
  PRODUCT_BUNDLE_IDENTIFIER = com.YKRPC_CLASS_PREFIX.YKRPC_POD_NAME.notificationContent
4
4
 
5
5
  INFOPLIST_FILE = NotificationContent/NotificationContentInfo.plist
6
+
7
+ // Objective-C Bridging Header
8
+ //
9
+ // Path to the header defining the Objective-C interfaces to be exposed in Swift.
10
+
11
+ //SWIFT_OBJC_BRIDGING_HEADER = NotificationContent/NotificationContent-Bridging-Header.h
@@ -3,3 +3,9 @@ PRODUCT_DISPLAY_NAME = NotificationContent
3
3
  PRODUCT_BUNDLE_IDENTIFIER = com.YKRPC_CLASS_PREFIX.YKRPC_POD_NAME.notificationContent
4
4
 
5
5
  INFOPLIST_FILE = NotificationContent/NotificationContentInfo.plist
6
+
7
+ // Objective-C Bridging Header
8
+ //
9
+ // Path to the header defining the Objective-C interfaces to be exposed in Swift.
10
+
11
+ //SWIFT_OBJC_BRIDGING_HEADER = NotificationContent/NotificationContent-Bridging-Header.h
@@ -5,3 +5,9 @@ PRODUCT_DISPLAY_NAME = NotificationService
5
5
  PRODUCT_BUNDLE_IDENTIFIER = com.YKRPC_CLASS_PREFIX.YKRPC_POD_NAME.NotificationService
6
6
 
7
7
  INFOPLIST_FILE = NotificationService/Info.plist
8
+
9
+ // Objective-C Bridging Header
10
+ //
11
+ // Path to the header defining the Objective-C interfaces to be exposed in Swift.
12
+
13
+ //SWIFT_OBJC_BRIDGING_HEADER = NotificationService/NotificationService-Bridging-Header.h
@@ -5,3 +5,9 @@ PRODUCT_DISPLAY_NAME = NotificationService
5
5
  PRODUCT_BUNDLE_IDENTIFIER = com.YKRPC_CLASS_PREFIX.YKRPC_POD_NAME.NotificationService
6
6
 
7
7
  INFOPLIST_FILE = NotificationService/Info.plist
8
+
9
+ // Objective-C Bridging Header
10
+ //
11
+ // Path to the header defining the Objective-C interfaces to be exposed in Swift.
12
+
13
+ //SWIFT_OBJC_BRIDGING_HEADER = NotificationService/NotificationService-Bridging-Header.h
@@ -98,8 +98,8 @@ module YKPod
98
98
  # 在倒数第二行插入新语句
99
99
  # s.dependency "YKRouterComponent"
100
100
  # s.dependency "YKModuleServiceComponent.swift" #swift 服务中间件, 如果是纯oc组件,请注释此中间件
101
- de_router = "spec.dependency \"YKRouterComponent\"\n"
102
- de_service = "spec.dependency \"YKModuleServiceComponent"
101
+ de_router = " spec.dependency \"YKRouterComponent\"\n"
102
+ de_service = " spec.dependency \"YKModuleServiceComponent"
103
103
  if @config.language == "swift"
104
104
  de_service += ".swift\" #swift 服务中间件\n"
105
105
  else
@@ -1,5 +1,5 @@
1
1
  module CocoapodsYkPodUtility
2
- VERSION = '1.0.1'
2
+ VERSION = '1.0.2'
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
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cocoapods-ykutility
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - stephen.chen
@@ -91,8 +91,10 @@ files:
91
91
  - configPodTemplate/example/CommonFiles/CommonFile.swift
92
92
  - configPodTemplate/example/NotificationContent/Base.lproj/MainInterface.storyboard
93
93
  - configPodTemplate/example/NotificationContent/Info.plist
94
+ - configPodTemplate/example/NotificationContent/NotificationContent-Bridging-Header.h
94
95
  - configPodTemplate/example/NotificationContent/NotificationViewController.swift
95
96
  - configPodTemplate/example/NotificationService/Info.plist
97
+ - configPodTemplate/example/NotificationService/NotificationService-Bridging-Header.h
96
98
  - configPodTemplate/example/NotificationService/NotificationService.swift
97
99
  - configPodTemplate/example/Podfile
98
100
  - configPodTemplate/example/READ.md