https://github.com/pinterest/pinoperation
https://github.com/pinterest/pinoperation
carthage cocoapods concurrency ios
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pinterest/pinoperation
- Owner: pinterest
- License: apache-2.0
- Created: 2017-01-10T23:02:53.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2025-05-30T22:04:15.000Z (5 months ago)
- Last Synced: 2025-06-03T00:29:39.885Z (4 months ago)
- Topics: carthage, cocoapods, concurrency, ios
- Language: Objective-C
- Size: 155 KB
- Stars: 106
- Watchers: 16
- Forks: 49
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# PINOperation
[](http://cocoadocs.org/docsets/PINOperation/)
[](https://github.com/Carthage/Carthage)
[](https://github.com/pinterest/PINOperation/actions?query=workflow%3ACI+branch%3Amaster)## Fast, concurrency-limited task queue for iOS and macOS.
## Installation
### Manually
[Download the latest tag](https://github.com/pinterest/PINOperation/tags) 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](http://cocoadocs.org/docsets/PINOperation/)
### Git Submodule
git submodule add https://github.com/pinterest/PINOperation.git
git submodule update --init### CocoaPods
Add [PINOperation](http://cocoapods.org/?q=name%3APINOperation) 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](https://github.com/carthage/carthage#adding-frameworks-to-unit-tests-or-a-framework) to embed the framework.
```github "pinterest/PINOperation"```
## Requirements
__PINOperation__ requires iOS 12.0, tvOS 12.0, macOS 10.13 or watchOS 4.0 and greater.
## Contact
[Garrett Moon](mailto:garrett@pinterest.com)
## 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](LICENSE.txt) for the specific language governing permissions and limitations under the License.