Skip to content

player-man/VKSDK-iOS

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is the VK SDK?

The VK SDK is a collection of libraries that will help:

  • make any app a part of the VK ecosystem
  • turn your app into a super app by integrating services into your app without having to put in any additional effort into development

The general module of the SDK is VK ID, a single platform for authentication and user registration in various VK ecosystem services. For details, see Documentation.

Installation

Swift Package Manager

Add VK SDK as a dependency in your Package.swift:

dependencies: [
    .package(url: "https://github.com/VKCOM/VKSDK-iOS.git", .upToNextMajor(from: "0.89.0"))
]

CocoaPods

Specify in your Podfile:

pod 'VK-SDK'

Run the following commands to install dependencies:

pod install --repo-update

Carthage

Specify in your Cartfile:

binary "https://artifactory-external.vkpartner.ru/artifactory/VKSDK/VKSDK-Carthage.json"

Run the following commands to install dependencies:

carthage update --use-xcframeworks

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Swift 89.7%
  • Ruby 10.3%