We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
There are several ways to integrate LeanCloud Swift SDK to your project.
CocoaPods is a popular dependency manager for Cocoa. You can install it with the following command:
$ gem install cocoapods
CocoaPods 0.39.0+ is required to integrate LeanCloud Swift SDK. Please check the version after installation.
Then, specify LeanCloud in your Podfile:
LeanCloud
use_frameworks! # LeanCloud Swift SDK can only be integrated as a dynamic framework. pod 'LeanCloud'
Finally, run following command to integrate:
$ pod install