mirror of
https://github.com/samsonjs/samhuri.net-ios.git
synced 2026-04-19 13:35:53 +00:00
27 lines
1.2 KiB
Markdown
27 lines
1.2 KiB
Markdown

|
||
|
||
Modern development is highly asynchronous: isn’t it about time iOS developers had tools that made programming asynchronously powerful, easy and delightful?
|
||
|
||
# How To Get Started
|
||
|
||
* Read PromiseKit’s [comprehensive learning guide](http://promisekit.org/introduction).
|
||
* Read the [API documentation](http://cocoadocs.org/docsets/PromiseKit/).
|
||
* [Integrate](http://promisekit.org/getting-started) promises into your existing projects.
|
||
|
||
## How To Get Started… Quickly
|
||
|
||
```ruby
|
||
# CocoaPods
|
||
pod "PromiseKit" # Objective-C PromiseKit
|
||
pod "PromiseKit/Promise" # Just PMKPromise, none of the categories
|
||
|
||
pod "PromiseKit/Swift" # Swift PromiseKit
|
||
pod "PromiseKit/Swift/Promise" # Just Promise, none of the categories
|
||
|
||
# Carthage
|
||
github "mxcl/PromiseKit" # Swift PromiseKit
|
||
```
|
||
|
||
# Donations
|
||
|
||
PromiseKit is hundreds of hours of work almost completely by just me: [Max Howell](https://twitter.com/mxcl). I thoroughly enjoyed making PromiseKit, but nevertheless if you have found it useful then your bitcoin will give me a warm fuzzy feeling from my head right down to my toes: 1JDbV5zuym3jFw4kBCc5Z758maUD8e4dKR.
|