We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Added basic instructions for using Carthage
Note that when using Swift the Podfile should contain use_frameworks!
Removed section pertaining more to Standalone Setup
Inline CocoaPods description from their website. Correct caps.
Updated Installation (markdown)
Removed documentation on outmoded project template installation
Update #import paths for cocoapods installation method: Folder is always called Cedar regardless of platform for cocoapods. CDRSpecHelper.h supercedes SpecHelper.h, but it's just easier to import Cedar.h
Fixed header search path and removed segment about frameworks since it doesn't apply
Using #import <Cedar-iOS/SpecHelper.h> gives us a "file not found" with Xcode 5.1! We needed to use #import <Cedar/CDRSpecHelper.h> instead
Fixed mistake with indentation and code blocks
Add a note that one may encounter linker errors if there are no Cedar specs in the project after adding Cedar via Cocoapods
Added installation instructions for Cocoapods
ditto
Remove instruction to initialize cedar's submodules since it doesn't have any :-o
Add instructions for using Cedar as a submodule
Created Installation (markdown)