Skip to content

Latest commit

 

History

History
52 lines (40 loc) · 1.3 KB

README.md

File metadata and controls

52 lines (40 loc) · 1.3 KB

LeanCloud Objective-C SDK

License platform

Features

  • Data Storage
  • Object Query
  • Cloud Engine
  • File Storage
  • Short Message Service
  • Push Notification
  • Search Query
  • Analytics (iOS only)
  • Instant Messaging (iOS, macOS only)

Wanted Features

  • Your good idea we are looking forward to :)

Communication

  • If you have some advice, open an issue.
  • If you found a bug, open an issue, or open a ticket in [LeanTicket][LeanTicket].
  • If you want to contribute, submit a pull request.

Installation

In Podfile:

source '[email protected]:hustlzp/Specs.git'
source 'https://github.com/CocoaPods/Specs.git'

pod 'AVOSCloud', '11.6.3.101'
pod 'AVOSCloudIM', '11.6.3.101'

Fetch from upstream

git fetch upstream
git checkout master
git merge upstream/master

Push to Private Repo

git tag xx.xx.xx.xx
git push --tags
pod repo push xcz-specs /var/www/objc-sdk/AVOSCloud.podspec --allow-warnings --verbose
pod repo push xcz-specs /var/www/objc-sdk/AVOSCloudIM.podspec --allow-warnings --verbose