Manos Chorianopoulos

add RSBarcodes_Swift

...@@ -35,7 +35,7 @@ Pod::Spec.new do |spec| ...@@ -35,7 +35,7 @@ Pod::Spec.new do |spec|
35 # spec.vendored_frameworks = "SwiftWarplyFramework.framework" 35 # spec.vendored_frameworks = "SwiftWarplyFramework.framework"
36 spec.exclude_files = "Classes/Exclude" 36 spec.exclude_files = "Classes/Exclude"
37 37
38 - # spec.dependency 'RSBarcodes_Swift', '~> 5.2.0' 38 + spec.dependency 'RSBarcodes_Swift', '~> 5.2.0'
39 # spec.dependency 'RSBarcodes_Swift', '~> 5.1.1' 39 # spec.dependency 'RSBarcodes_Swift', '~> 5.1.1'
40 spec.dependency 'SwiftEventBus' 40 spec.dependency 'SwiftEventBus'
41 41
......
...@@ -12,6 +12,7 @@ ...@@ -12,6 +12,7 @@
12 1E108A9428A3F9280008B8E7 /* pf_square_sans_pro_extra_black.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 1E108A8F28A3F9280008B8E7 /* pf_square_sans_pro_extra_black.ttf */; }; 12 1E108A9428A3F9280008B8E7 /* pf_square_sans_pro_extra_black.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 1E108A8F28A3F9280008B8E7 /* pf_square_sans_pro_extra_black.ttf */; };
13 1E108A9528A3F9280008B8E7 /* pf_square_sans_pro_bold_italic.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 1E108A9028A3F9280008B8E7 /* pf_square_sans_pro_bold_italic.ttf */; }; 13 1E108A9528A3F9280008B8E7 /* pf_square_sans_pro_bold_italic.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 1E108A9028A3F9280008B8E7 /* pf_square_sans_pro_bold_italic.ttf */; };
14 1E108A9628A3F9280008B8E7 /* pf_square_sans_pro_bold.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 1E108A9128A3F9280008B8E7 /* pf_square_sans_pro_bold.ttf */; }; 14 1E108A9628A3F9280008B8E7 /* pf_square_sans_pro_bold.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 1E108A9128A3F9280008B8E7 /* pf_square_sans_pro_bold.ttf */; };
15 + 1EA554212DDE1EF40061E740 /* RSBarcodes_Swift in Frameworks */ = {isa = PBXBuildFile; productRef = 1EA554202DDE1EF40061E740 /* RSBarcodes_Swift */; };
15 1EB15E6C29E45F5100654657 /* PeridotPE-SemiBold.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 1EB15E6329E45F5100654657 /* PeridotPE-SemiBold.ttf */; }; 16 1EB15E6C29E45F5100654657 /* PeridotPE-SemiBold.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 1EB15E6329E45F5100654657 /* PeridotPE-SemiBold.ttf */; };
16 1EB15E6D29E45F5100654657 /* PeridotPE-ExtraBoldItalic.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 1EB15E6429E45F5100654657 /* PeridotPE-ExtraBoldItalic.ttf */; }; 17 1EB15E6D29E45F5100654657 /* PeridotPE-ExtraBoldItalic.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 1EB15E6429E45F5100654657 /* PeridotPE-ExtraBoldItalic.ttf */; };
17 1EB15E6E29E45F5100654657 /* PeridotPE-SemiBoldItalic.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 1EB15E6529E45F5100654657 /* PeridotPE-SemiBoldItalic.ttf */; }; 18 1EB15E6E29E45F5100654657 /* PeridotPE-SemiBoldItalic.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 1EB15E6529E45F5100654657 /* PeridotPE-SemiBoldItalic.ttf */; };
...@@ -290,6 +291,7 @@ ...@@ -290,6 +291,7 @@
290 isa = PBXFrameworksBuildPhase; 291 isa = PBXFrameworksBuildPhase;
291 buildActionMask = 2147483647; 292 buildActionMask = 2147483647;
292 files = ( 293 files = (
294 + 1EA554212DDE1EF40061E740 /* RSBarcodes_Swift in Frameworks */,
293 7630AD9A6242D60846D6750C /* Pods_SwiftWarplyFramework.framework in Frameworks */, 295 7630AD9A6242D60846D6750C /* Pods_SwiftWarplyFramework.framework in Frameworks */,
294 1EBF5F072840E13F00B8B17F /* SwiftEventBus in Frameworks */, 296 1EBF5F072840E13F00B8B17F /* SwiftEventBus in Frameworks */,
295 ); 297 );
...@@ -686,6 +688,7 @@ ...@@ -686,6 +688,7 @@
686 name = SwiftWarplyFramework; 688 name = SwiftWarplyFramework;
687 packageProductDependencies = ( 689 packageProductDependencies = (
688 1EBF5F062840E13F00B8B17F /* SwiftEventBus */, 690 1EBF5F062840E13F00B8B17F /* SwiftEventBus */,
691 + 1EA554202DDE1EF40061E740 /* RSBarcodes_Swift */,
689 ); 692 );
690 productName = SwiftWarplyFramework; 693 productName = SwiftWarplyFramework;
691 productReference = E6A7784E282933340045BBA8 /* SwiftWarplyFramework.framework */; 694 productReference = E6A7784E282933340045BBA8 /* SwiftWarplyFramework.framework */;
...@@ -717,6 +720,7 @@ ...@@ -717,6 +720,7 @@
717 mainGroup = E6A77844282933340045BBA8; 720 mainGroup = E6A77844282933340045BBA8;
718 packageReferences = ( 721 packageReferences = (
719 1EBF5F052840E13F00B8B17F /* XCRemoteSwiftPackageReference "SwiftEventBus" */, 722 1EBF5F052840E13F00B8B17F /* XCRemoteSwiftPackageReference "SwiftEventBus" */,
723 + 1EA5541F2DDE1EF40061E740 /* XCRemoteSwiftPackageReference "RSBarcodes_Swift" */,
720 ); 724 );
721 productRefGroup = E6A7784F282933340045BBA8 /* Products */; 725 productRefGroup = E6A7784F282933340045BBA8 /* Products */;
722 projectDirPath = ""; 726 projectDirPath = "";
...@@ -1071,6 +1075,14 @@ ...@@ -1071,6 +1075,14 @@
1071 /* End XCConfigurationList section */ 1075 /* End XCConfigurationList section */
1072 1076
1073 /* Begin XCRemoteSwiftPackageReference section */ 1077 /* Begin XCRemoteSwiftPackageReference section */
1078 + 1EA5541F2DDE1EF40061E740 /* XCRemoteSwiftPackageReference "RSBarcodes_Swift" */ = {
1079 + isa = XCRemoteSwiftPackageReference;
1080 + repositoryURL = "https://github.com/yeahdongcn/RSBarcodes_Swift";
1081 + requirement = {
1082 + kind = upToNextMajorVersion;
1083 + minimumVersion = 5.1.1;
1084 + };
1085 + };
1074 1EBF5F052840E13F00B8B17F /* XCRemoteSwiftPackageReference "SwiftEventBus" */ = { 1086 1EBF5F052840E13F00B8B17F /* XCRemoteSwiftPackageReference "SwiftEventBus" */ = {
1075 isa = XCRemoteSwiftPackageReference; 1087 isa = XCRemoteSwiftPackageReference;
1076 repositoryURL = "https://github.com/cesarferreira/SwiftEventBus"; 1088 repositoryURL = "https://github.com/cesarferreira/SwiftEventBus";
...@@ -1082,6 +1094,11 @@ ...@@ -1082,6 +1094,11 @@
1082 /* End XCRemoteSwiftPackageReference section */ 1094 /* End XCRemoteSwiftPackageReference section */
1083 1095
1084 /* Begin XCSwiftPackageProductDependency section */ 1096 /* Begin XCSwiftPackageProductDependency section */
1097 + 1EA554202DDE1EF40061E740 /* RSBarcodes_Swift */ = {
1098 + isa = XCSwiftPackageProductDependency;
1099 + package = 1EA5541F2DDE1EF40061E740 /* XCRemoteSwiftPackageReference "RSBarcodes_Swift" */;
1100 + productName = RSBarcodes_Swift;
1101 + };
1085 1EBF5F062840E13F00B8B17F /* SwiftEventBus */ = { 1102 1EBF5F062840E13F00B8B17F /* SwiftEventBus */ = {
1086 isa = XCSwiftPackageProductDependency; 1103 isa = XCSwiftPackageProductDependency;
1087 package = 1EBF5F052840E13F00B8B17F /* XCRemoteSwiftPackageReference "SwiftEventBus" */; 1104 package = 1EBF5F052840E13F00B8B17F /* XCRemoteSwiftPackageReference "SwiftEventBus" */;
......
1 { 1 {
2 - "originHash" : "a973e37718e3a158b792c38b1b8ebf4fb41961343f7a99be3fa56123caed92c7", 2 + "originHash" : "17e77d02482a9bad5f5e4730583b6ef8e884bc07c7c794430f8edee2618193bc",
3 "pins" : [ 3 "pins" : [
4 { 4 {
5 + "identity" : "rsbarcodes_swift",
6 + "kind" : "remoteSourceControl",
7 + "location" : "https://github.com/yeahdongcn/RSBarcodes_Swift",
8 + "state" : {
9 + "revision" : "241de72a96f49b1545d5de3c00fae170c2675c41",
10 + "version" : "5.2.0"
11 + }
12 + },
13 + {
5 "identity" : "swifteventbus", 14 "identity" : "swifteventbus",
6 "kind" : "remoteSourceControl", 15 "kind" : "remoteSourceControl",
7 "location" : "https://github.com/cesarferreira/SwiftEventBus", 16 "location" : "https://github.com/cesarferreira/SwiftEventBus",
......