Skip to content

Latest commit

 

History

84 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Cocoapods Spec files

Repository for the Osano iOS Consent Manager Mobile SDK Cocoapods spec files.

Usage

Install Cocoapods using "Cocoapods - Getting Started".

In your project's Podfile add a source for our Cocoapods specs repo.

source "https://github.com/osano/cocoapods-specs.git"

Within your target add the OsanoConsentManagerSDK and version as a referenced pod.

pod 'OsanoConsentManagerSDK', '~> 3.6.15'

By using a ~> in front of your version number, you can automatically update to the most recently released major version. If you would rather specify your SDK version, omit the ~> in front of the version number.

pod 'OsanoConsentManagerSDK', '3.6.15'

Your project's Podfile should look similar to the one below.

platform :ios, '12.1'
source "https://github.com/osano/cocoapods-specs.git"
target 'MyApp' do
 use_frameworks!
 pod 'OsanoConsentManagerSDK', '3.6.15'
end

About

Repository for the Osano iOS Mobile SDK Cocoapods spec files

Resources

Stars

1 star

Watchers

8 watching

Forks

Releases

Packages

Used by

Contributors

Languages