Showing
1 changed file
with
2 additions
and
2 deletions
... | @@ -15,7 +15,7 @@ Pod::Spec.new do |spec| | ... | @@ -15,7 +15,7 @@ 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, "13.0" |
19 | 19 | ||
20 | spec.source = { :git => "https://git.warp.ly/open-source/warply_sdk_framework.git", :tag => "0.2.50" } | 20 | spec.source = { :git => "https://git.warp.ly/open-source/warply_sdk_framework.git", :tag => "0.2.50" } |
21 | # spec.public_header_files = "SwiftWarplyFramework.framework/Headers/*.h" | 21 | # spec.public_header_files = "SwiftWarplyFramework.framework/Headers/*.h" |
... | @@ -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.1.1' |
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}'] } | ... | ... |
-
Please register or login to post a comment