From 4dc0833754029ab425cf2650fae8c8179551972f Mon Sep 17 00:00:00 2001 From: Evan Greer Date: Mon, 11 Nov 2024 18:16:36 -0700 Subject: [PATCH] updates github repo naming --- Iterable-iOS-AppExtensions.podspec | 6 +++--- Iterable-iOS-SDK.podspec | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Iterable-iOS-AppExtensions.podspec b/Iterable-iOS-AppExtensions.podspec index 37c95b81f..46492c25b 100644 --- a/Iterable-iOS-AppExtensions.podspec +++ b/Iterable-iOS-AppExtensions.podspec @@ -8,12 +8,12 @@ Pod::Spec.new do |s| App extensions for rich push notifications with Iterable's iOS SDK DESC - s.homepage = "https://github.com/Iterable/swift-sdk.git" + s.homepage = "https://github.com/Iterable/iterable-swift-sdk.git" s.license = "MIT" s.author = { "Jay Kim" => "jay.kim@iterable.com" } - s.platform = :ios, "10.0" - s.source = { :git => "https://github.com/Iterable/swift-sdk.git", :tag => s.version } + s.platform = :ios, "12.0" + s.source = { :git => "https://github.com/Iterable/iterable-swift-sdk.git", :tag => s.version } s.source_files = "notification-extension/*.{h,m,swift}" s.pod_target_xcconfig = { diff --git a/Iterable-iOS-SDK.podspec b/Iterable-iOS-SDK.podspec index b8ef1caf2..bf4dd9f27 100644 --- a/Iterable-iOS-SDK.podspec +++ b/Iterable-iOS-SDK.podspec @@ -8,12 +8,12 @@ Pod::Spec.new do |s| Iterable's iOS SDK integrating utility and the Iterable API DESC - s.homepage = "https://github.com/Iterable/swift-sdk.git" + s.homepage = "https://github.com/Iterable/iterable-swift-sdk.git" s.license = "MIT" s.author = { "Jay Kim" => "jay.kim@iterable.com" } s.platform = :ios, "12.0" - s.source = { :git => "https://github.com/Iterable/swift-sdk.git", :tag => s.version } + s.source = { :git => "https://github.com/Iterable/iterable-swift-sdk.git", :tag => s.version } s.source_files = "swift-sdk/**/*.{h,m,swift}" s.exclude_files = "swift-sdk/swiftui/**"