Coder Social home page Coder Social logo

augmify / parse-sdk-ios-osx Goto Github PK

View Code? Open in Web Editor NEW

This project forked from parse-community/parse-sdk-ios-osx

0.0 0.0 0.0 715 KB

Parse SDK for iOS/OS X

Home Page: https://parse.com

License: Other

Ruby 0.93% Objective-C 98.21% C 0.11% C++ 0.20% Swift 0.47% Shell 0.08%

parse-sdk-ios-osx's Introduction

Parse SDK for iOS/OS X

Build Status Coverage Status Podspec License Platforms Dependencies References

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, see the website and getting started.

Other Parse Projects

Getting Started

To use parse, head on over to the releases page, and download the latest build. And you're off! Take a look at the public documentation and start building.

Other Installation Options

  1. CocoaPods

    Add the following line to your podfile:

    pod 'Parse'
    

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

  2. 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:deployment
    

    Your binaries should now be located inside the build folder, and you can link them as you'd please.

  3. 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 the Contribution Guidelines.

Dependencies

We use the following libraries as dependencies inside of Parse:

  • Bolts, for task management.
  • OCMock, for unit testing.

License

Copyright (c) 2015-present, Parse, LLC.
All rights reserved.

This source code is licensed under the BSD-style license found in the
LICENSE 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.

parse-sdk-ios-osx's People

Contributors

nlutsenko avatar palleas avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.