From 4658ea0f1236a62bdd50bcceae88d451f02fc1c4 Mon Sep 17 00:00:00 2001 From: Alexey Goncharov Date: Wed, 14 Aug 2024 12:13:52 +0100 Subject: [PATCH] update podspec file --- Onboardings.podspec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Onboardings.podspec b/Onboardings.podspec index 25871f6..6233be0 100644 --- a/Onboardings.podspec +++ b/Onboardings.podspec @@ -4,14 +4,14 @@ Pod::Spec.new do |s| s.summary = 'Onboardings SDK for iOS.' s.description = <<-DESC -Onboardings SDK for iOS. +Build your onboardings with Octobuildy! DESC - s.homepage = 'https://adapty.io/' + s.homepage = 'http://octobuildy.com/' s.license = { :type => 'MIT', :file => 'LICENSE' } s.author = { 'Adapty' => 'contact@adapty.io' } - s.source = { :git => 'https://github.com/adaptyteam/onboardings-ios', :tag => s.version.to_s } - s.documentation_url = "https://docs.adapty.io" + s.source = { :git => 'https://github.com/adaptyteam/onboardings-ios.git', :tag => s.version.to_s } + s.documentation_url = "https://docs.octobuildy.com/" s.ios.deployment_target = '13.0' s.swift_version = '5.9'