Skip to content

Commit

Permalink
update podspec file
Browse files Browse the repository at this point in the history
  • Loading branch information
x401om committed Aug 14, 2024
1 parent f86a9a3 commit 4658ea0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Onboardings.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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' => '[email protected]' }
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'
Expand Down

0 comments on commit 4658ea0

Please sign in to comment.