Skip to content

Commit

Permalink
Update ONSBatchExtension.podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
judsd committed Jun 3, 2024
1 parent 26f0382 commit 73420ec
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ONSBatchExtension.podspec
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
Pod::Spec.new do |spec|

spec.name = "BatchExtension"
spec.name = "ONSBatchExtension"
spec.version = "4.0.0"
spec.summary = "Batch.com iOS SDK for App Extensions."
spec.summary = "ONS iOS SDK for Batch App Extensions."
spec.homepage = "https://batch.com"
spec.license = { :type => "MIT", :file => "LICENSE" }
spec.author = { "Batch.com" => "[email protected]" }

spec.platform = :ios, "12.0"
spec.swift_version = ['5.0', '5.1', '5.2', '5.3']
spec.source = { :git => "https://github.com/BatchLabs/Batch-iOS-SDK-Extension.git", :tag => "#{spec.version}" }
spec.source = { :git => "https://github.com/tactint/ONSBatch-iOS-SDK-Extension.git", :tag => "#{spec.version}" }

spec.requires_arc = true
spec.source_files = [ "Sources/**/*.{h,m}", "Sources/**/*.swift" ]
spec.public_header_files = "Sources/**/*.h"
spec.resource_bundles = {"BatchExtension" => ["Sources/Swift/PrivacyInfo.xcprivacy"]}
spec.resource_bundles = {"ONSBatchExtension" => ["Sources/Swift/PrivacyInfo.xcprivacy"]}
end

0 comments on commit 73420ec

Please sign in to comment.