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 add https://github.com/pinterest/PINOperation.git
git submodule update --init
Add PINOperation to your Podfile
and run pod install
.
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"
PINOperation requires iOS 8.0, tvOS 9.0, macOS 10.8 or watchOS 2.0 and greater.
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.