Update landing page.

This commit is contained in:
Nadine Salter 2014-10-22 14:57:06 -07:00
parent 613acb789c
commit 66dab5b594

View File

@ -21,6 +21,11 @@ ASDK is available on [CocoaPods](http://cocoapods.org). Add the following to yo
pod 'AsyncDisplayKit'
```
(ASDK can also be used as a regular static library: Copy the project to your
codebase manually, adding `AsyncDisplayKit.xcodeproj` to your workspace. Add
`libAsyncDisplayKit.a` to the "Link Binary With Libraries" build phase.
Include `-lc++ -ObjC` in your project linker flags.)
Import the framework header, or create an [Objective-C bridging
header](https://developer.apple.com/library/ios/documentation/swift/conceptual/buildingcocoaapps/MixandMatch.html)
if you're using Swift: