Skip to content

PrismadeLabs/PrismaID-iOS-SDK

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 

Repository files navigation

PrismaID iOS SDK

Create Podfile

pod init

Edit Podfile

source 'https://github.com/CocoaPods/Specs.git'
source 'https://github.com/PrismadeLabs/Specs.git'

# Uncomment the next line to define a global platform for your project
platform :ios, '12.2'

target 'iossdkexample' do
  # Comment the next line if you're not using Swift and don't want to use dynamic frameworks
  use_frameworks!

  # Pods for iossdkexample
  pod 'PrismaID'

end

Install Pods

pod install

Update Pods

pod update PrismaID