Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Parse SDK for iOS/OS X/watchOS/tvOS

License

NotificationsYou must be signed in to change notification settings

CoderDqZhang/Parse-SDK-iOS-OSX

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PlatformsLicense

PodspecCarthage compatibleDependenciesReferences

Build StatusCoverage Status

Join Chat

A library that gives you access to the powerful Parse cloud platform from your iOS or OS X app.For more information about Parse and its features, seethe blog and publicdocumentation.

Getting 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 &API and start building.

Notice the API docs aren't totally up to date when it comes to latest Swift signature of the methods and more importantly regardingPush Notifications which areno longer supported by Parse server, keep an eye onits repo

Other Installation Options

  • CocoaPods

    Add the following line to your Podfile:

    pod'Parse'

    Runpod install, and you should now have the latest parse release.

  • Carthage

    Add the following line to your Cartfile:

    github "parse-community/Parse-SDK-iOS-OSX"

    Runcarthage update, and you should now have the latest version of Parse SDK in your Carthage folder.

  • Compiling for yourself

    If you want to manually compile the SDK, clone it locally, and run the following commands in the root directory of the repository:

     # To pull in extra dependencies (Bolts and OCMock) git submodule update --init --recursive # To install all the gems bundle install # Build & Package the Frameworks rake package:frameworks

    Compiled frameworks will be in 2 archives:Parse-iOS.zip andParse-OSX.zip inside thebuild/release folder, 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.

How Do I Contribute?

We want to make contributing to this project as easy and transparent as possible. Please refer to theContribution Guidelines.

Dependencies

We use the following libraries as dependencies inside of Parse:

Other Parse Projects

License

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 grantof patent rights can be found in the PATENTS file in the same directory.

As of April 5, 2017, Parse, LLC has transferred this code to the parse-community organization, and will no longer be contributing to or distributing this code.

About

Parse SDK for iOS/OS X/watchOS/tvOS

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Objective-C98.2%
  • Other1.8%

[8]ページ先頭

©2009-2025 Movatter.jp