pinterest/PINOperation


Keywords
carthage, cocoapods, concurrency, ios
License
Apache-2.0

Documentation

PINOperation

CocoaPods Carthage compatible Build status

Fast, concurrency-limited task queue for iOS and macOS.

Installation

Manually

Download the latest tag and drag the PINOperation folder into your Xcode project.

Install the docs by double clicking the .docset file under docs/, or view them online at cocoadocs.org

Git Submodule

git submodule add https://github.com/pinterest/PINOperation.git
git submodule update --init

CocoaPods

Add PINOperation to your Podfile and run pod install.

Carthage

Add the following line to your Cartfile and run carthage update --platform ios. Then follow this instruction of Carthage to embed the framework.

github "pinterest/PINOperation"

Requirements

PINOperation requires iOS 8.0, tvOS 9.0, macOS 10.8 or watchOS 2.0 and greater.

Contact

Garrett Moon

License

Copyright 2013 Tumblr, Inc. Copyright 2015 Pinterest, Inc.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.