- Notifications
You must be signed in to change notification settings - Fork0
wujun4code/Parse-SDK-iOS-OSX
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
A library that gives you access to the powerful Parse cloud platform from your iOS or OS X app.For more information Parse and its features, seethe website andgetting started.
To use parse, head on over to thereleases page, and download the latest build.And you're off! Take a look at the publicdocumentation and start building.
Other Installation Options
CocoaPods
Add the following line to your podfile:
pod 'Parse'Run pod install, and you should now have the latest parse release.
Compiling for yourself
If you want to manually compile the SDK, clone it locally, and run the following command in the root directory of the repository:
rake package:deploymentYour binaries should now be located inside the
buildfolder, and you can link them as you'd please.Using Parse as a sub-project
You can also include parse as a subproject inside of your application if you'd prefer, although we do not recommend this, as it will increase your indexing time significantly. To do so, just drag and drop the Parse.xcodeproj file into your workspace. Note that unit tests will be unavailable if you use Parse like this, as OCMock will be unable to be found.
We want to make contributing to this project as easy and transparent as possible. Please refer to theContribution Guidelines.
We use the following libraries as dependencies inside of Parse:
Copyright (c) 2015-present, Parse, LLC.All rights reserved.This source code is licensed under the BSD-style license found in theLICENSE file in the root directory of this source tree. An additional grant of patent rights can be found in the PATENTS file in the same directory.About
Parse SDK for iOS/OS X
Resources
License
Contributing
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Languages
- Objective-C98.2%
- Other1.8%