Showing
4 changed files
with
33 additions
and
7 deletions
1 | Pod::Spec.new do |spec| | 1 | Pod::Spec.new do |spec| |
2 | 2 | ||
3 | spec.name = "SwiftWarplyFramework" | 3 | spec.name = "SwiftWarplyFramework" |
4 | - spec.version = "0.2.87" | 4 | + spec.version = "2.0.0" |
5 | spec.summary = "A framework used for several functionalities." | 5 | spec.summary = "A framework used for several functionalities." |
6 | 6 | ||
7 | spec.description = "This is the Warply framework used for react native or swift apps for analytics, push notifications and the functionality of the app." | 7 | spec.description = "This is the Warply framework used for react native or swift apps for analytics, push notifications and the functionality of the app." |
... | @@ -15,9 +15,9 @@ Pod::Spec.new do |spec| | ... | @@ -15,9 +15,9 @@ Pod::Spec.new do |spec| |
15 | 15 | ||
16 | spec.author = { "billy" => "skourasbl@gmail.com" } | 16 | spec.author = { "billy" => "skourasbl@gmail.com" } |
17 | 17 | ||
18 | - spec.platform = :ios, "11.0" | 18 | + spec.platform = :ios, "17.0" |
19 | 19 | ||
20 | - spec.source = { :git => "https://git.warp.ly/open-source/warply_sdk_framework.git", :tag => "0.2.87" } | 20 | + spec.source = { :git => "https://git.warp.ly/open-source/warply_sdk_framework.git", :tag => "2.0.0" } |
21 | # spec.public_header_files = "SwiftWarplyFramework.framework/Headers/*.h" | 21 | # spec.public_header_files = "SwiftWarplyFramework.framework/Headers/*.h" |
22 | spec.source_files = 'SwiftWarplyFramework/*.xcassets', 'SwiftWarplyFramework/SwiftWarplyFramework/*.xcassets', "SwiftWarplyFramework/*.png", "SwiftWarplyFramework/*.xcassets", "SwiftWarplyFramework/SwiftWarplyFramework/*.xcassets","SwiftWarplyFramework/*.xib", "SwiftWarplyFramework/SwiftWarplyFramework/*.xib", "SwiftWarplyFramework/*.{h,m}", "SwiftWarplyFramework/*.{h,m}", "SwiftWarplyFramework/**/*.{h,m}", "SwiftWarplyFramework/**/**/*.{h,m}", "SwiftWarplyFramework/**/**/**/*.{h,m}", "SwiftWarplyFramework/*.swift", "*.swift", "SwiftWarplyFramework/SwiftWarplyFramework/*.swift", "SwiftWarplyFramework/SwiftWarplyFramework/SwiftWarplyFramework/*.swift", "SwiftWarplyFramework/**/*.{swift,storyboard,xib,otf,ttf,xcassets}" | 22 | spec.source_files = 'SwiftWarplyFramework/*.xcassets', 'SwiftWarplyFramework/SwiftWarplyFramework/*.xcassets', "SwiftWarplyFramework/*.png", "SwiftWarplyFramework/*.xcassets", "SwiftWarplyFramework/SwiftWarplyFramework/*.xcassets","SwiftWarplyFramework/*.xib", "SwiftWarplyFramework/SwiftWarplyFramework/*.xib", "SwiftWarplyFramework/*.{h,m}", "SwiftWarplyFramework/*.{h,m}", "SwiftWarplyFramework/**/*.{h,m}", "SwiftWarplyFramework/**/**/*.{h,m}", "SwiftWarplyFramework/**/**/**/*.{h,m}", "SwiftWarplyFramework/*.swift", "*.swift", "SwiftWarplyFramework/SwiftWarplyFramework/*.swift", "SwiftWarplyFramework/SwiftWarplyFramework/SwiftWarplyFramework/*.swift", "SwiftWarplyFramework/**/*.{swift,storyboard,xib,otf,ttf,xcassets}" |
23 | # 'SwiftWarplyFramework/**/*', | 23 | # 'SwiftWarplyFramework/**/*', |
... | @@ -26,7 +26,7 @@ Pod::Spec.new do |spec| | ... | @@ -26,7 +26,7 @@ Pod::Spec.new do |spec| |
26 | # spec.vendored_frameworks = "SwiftWarplyFramework.framework" | 26 | # spec.vendored_frameworks = "SwiftWarplyFramework.framework" |
27 | spec.exclude_files = "Classes/Exclude" | 27 | spec.exclude_files = "Classes/Exclude" |
28 | 28 | ||
29 | - # spec.dependency 'RSBarcodes_Swift', '~> 5.1.1' | 29 | + spec.dependency 'RSBarcodes_Swift', '~> 5.2.0' |
30 | spec.dependency 'SwiftEventBus' | 30 | spec.dependency 'SwiftEventBus' |
31 | 31 | ||
32 | # spec.resource_bundles = { 'ResourcesBundle' => ['SwiftWarplyFramework/**/*.{png,jpeg,jpg,storyboard,xib,xcassets,json,ttf,imageset,strings}'] } | 32 | # spec.resource_bundles = { 'ResourcesBundle' => ['SwiftWarplyFramework/**/*.{png,jpeg,jpg,storyboard,xib,xcassets,json,ttf,imageset,strings}'] } | ... | ... |
... | @@ -22,6 +22,7 @@ | ... | @@ -22,6 +22,7 @@ |
22 | 1EB15E7329E45F5100654657 /* PeridotPE-ExtraBold.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 1EB15E6A29E45F5100654657 /* PeridotPE-ExtraBold.ttf */; }; | 22 | 1EB15E7329E45F5100654657 /* PeridotPE-ExtraBold.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 1EB15E6A29E45F5100654657 /* PeridotPE-ExtraBold.ttf */; }; |
23 | 1EB15E7429E45F5100654657 /* PeridotPE-Regular.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 1EB15E6B29E45F5100654657 /* PeridotPE-Regular.ttf */; }; | 23 | 1EB15E7429E45F5100654657 /* PeridotPE-Regular.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 1EB15E6B29E45F5100654657 /* PeridotPE-Regular.ttf */; }; |
24 | 1EBF5F072840E13F00B8B17F /* SwiftEventBus in Frameworks */ = {isa = PBXBuildFile; productRef = 1EBF5F062840E13F00B8B17F /* SwiftEventBus */; }; | 24 | 1EBF5F072840E13F00B8B17F /* SwiftEventBus in Frameworks */ = {isa = PBXBuildFile; productRef = 1EBF5F062840E13F00B8B17F /* SwiftEventBus */; }; |
25 | + 1EC46C782DDE0035001BA18C /* RSBarcodes_Swift in Frameworks */ = {isa = PBXBuildFile; productRef = 1EC46C772DDE0035001BA18C /* RSBarcodes_Swift */; }; | ||
25 | 7630AD9A6242D60846D6750C /* Pods_SwiftWarplyFramework.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C0D5F56DD4E5371A50AD2D87 /* Pods_SwiftWarplyFramework.framework */; }; | 26 | 7630AD9A6242D60846D6750C /* Pods_SwiftWarplyFramework.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C0D5F56DD4E5371A50AD2D87 /* Pods_SwiftWarplyFramework.framework */; }; |
26 | A07936762885E9CC00064122 /* UIColorExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = A07936752885E9CC00064122 /* UIColorExtensions.swift */; }; | 27 | A07936762885E9CC00064122 /* UIColorExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = A07936752885E9CC00064122 /* UIColorExtensions.swift */; }; |
27 | E6A77853282933340045BBA8 /* SwiftWarplyFramework.docc in Sources */ = {isa = PBXBuildFile; fileRef = E6A77852282933340045BBA8 /* SwiftWarplyFramework.docc */; }; | 28 | E6A77853282933340045BBA8 /* SwiftWarplyFramework.docc in Sources */ = {isa = PBXBuildFile; fileRef = E6A77852282933340045BBA8 /* SwiftWarplyFramework.docc */; }; |
... | @@ -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 | + 1EC46C782DDE0035001BA18C /* 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 | + 1EC46C772DDE0035001BA18C /* 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 | + 1EC46C762DDE0035001BA18C /* XCRemoteSwiftPackageReference "RSBarcodes_Swift" */, | ||
720 | ); | 724 | ); |
721 | productRefGroup = E6A7784F282933340045BBA8 /* Products */; | 725 | productRefGroup = E6A7784F282933340045BBA8 /* Products */; |
722 | projectDirPath = ""; | 726 | projectDirPath = ""; |
... | @@ -990,7 +994,7 @@ | ... | @@ -990,7 +994,7 @@ |
990 | INFOPLIST_KEY_NSHumanReadableCopyright = ""; | 994 | INFOPLIST_KEY_NSHumanReadableCopyright = ""; |
991 | INFOPLIST_KEY_NSMotionUsageDescription = "We are using motion usage in order to track your step count."; | 995 | INFOPLIST_KEY_NSMotionUsageDescription = "We are using motion usage in order to track your step count."; |
992 | INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; | 996 | INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; |
993 | - IPHONEOS_DEPLOYMENT_TARGET = 11.0; | 997 | + IPHONEOS_DEPLOYMENT_TARGET = 17.0; |
994 | LD_RUNPATH_SEARCH_PATHS = ( | 998 | LD_RUNPATH_SEARCH_PATHS = ( |
995 | "$(inherited)", | 999 | "$(inherited)", |
996 | "@executable_path/Frameworks", | 1000 | "@executable_path/Frameworks", |
... | @@ -1028,7 +1032,7 @@ | ... | @@ -1028,7 +1032,7 @@ |
1028 | INFOPLIST_KEY_NSHumanReadableCopyright = ""; | 1032 | INFOPLIST_KEY_NSHumanReadableCopyright = ""; |
1029 | INFOPLIST_KEY_NSMotionUsageDescription = "We are using motion usage in order to track your step count."; | 1033 | INFOPLIST_KEY_NSMotionUsageDescription = "We are using motion usage in order to track your step count."; |
1030 | INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; | 1034 | INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; |
1031 | - IPHONEOS_DEPLOYMENT_TARGET = 11.0; | 1035 | + IPHONEOS_DEPLOYMENT_TARGET = 17.0; |
1032 | LD_RUNPATH_SEARCH_PATHS = ( | 1036 | LD_RUNPATH_SEARCH_PATHS = ( |
1033 | "$(inherited)", | 1037 | "$(inherited)", |
1034 | "@executable_path/Frameworks", | 1038 | "@executable_path/Frameworks", |
... | @@ -1079,6 +1083,14 @@ | ... | @@ -1079,6 +1083,14 @@ |
1079 | minimumVersion = 5.0.0; | 1083 | minimumVersion = 5.0.0; |
1080 | }; | 1084 | }; |
1081 | }; | 1085 | }; |
1086 | + 1EC46C762DDE0035001BA18C /* XCRemoteSwiftPackageReference "RSBarcodes_Swift" */ = { | ||
1087 | + isa = XCRemoteSwiftPackageReference; | ||
1088 | + repositoryURL = "https://github.com/yeahdongcn/RSBarcodes_Swift"; | ||
1089 | + requirement = { | ||
1090 | + kind = upToNextMajorVersion; | ||
1091 | + minimumVersion = 5.2.0; | ||
1092 | + }; | ||
1093 | + }; | ||
1082 | /* End XCRemoteSwiftPackageReference section */ | 1094 | /* End XCRemoteSwiftPackageReference section */ |
1083 | 1095 | ||
1084 | /* Begin XCSwiftPackageProductDependency section */ | 1096 | /* Begin XCSwiftPackageProductDependency section */ |
... | @@ -1087,6 +1099,11 @@ | ... | @@ -1087,6 +1099,11 @@ |
1087 | package = 1EBF5F052840E13F00B8B17F /* XCRemoteSwiftPackageReference "SwiftEventBus" */; | 1099 | package = 1EBF5F052840E13F00B8B17F /* XCRemoteSwiftPackageReference "SwiftEventBus" */; |
1088 | productName = SwiftEventBus; | 1100 | productName = SwiftEventBus; |
1089 | }; | 1101 | }; |
1102 | + 1EC46C772DDE0035001BA18C /* RSBarcodes_Swift */ = { | ||
1103 | + isa = XCSwiftPackageProductDependency; | ||
1104 | + package = 1EC46C762DDE0035001BA18C /* XCRemoteSwiftPackageReference "RSBarcodes_Swift" */; | ||
1105 | + productName = RSBarcodes_Swift; | ||
1106 | + }; | ||
1090 | /* End XCSwiftPackageProductDependency section */ | 1107 | /* End XCSwiftPackageProductDependency section */ |
1091 | }; | 1108 | }; |
1092 | rootObject = E6A77845282933340045BBA8 /* Project object */; | 1109 | rootObject = E6A77845282933340045BBA8 /* Project object */; | ... | ... |
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", | ... | ... |
No preview for this file type
-
Please register or login to post a comment