CedarAsync
CedarAsync copied to clipboard
asynchronous testing for Cedar (and others)
can now be installed via Carthage through # in `Cartfile` github "cppforlife"/CedarAsync" "master"
I've installed 'cedar async' via cocoaPods, and know I've got error on all 'in_time' lines: Use of undeclared identifier 'typeof' Did I forgot include something? Or it's a bug in...
Hello! I've found that podspec for 'CedarAsync' is already exists on [CocoaPods specs](https://github.com/CocoaPods/Specs/blob/master/CedarAsync/0.0.1/CedarAsync.podspec). But it doesn't work with new version of [CocoaPods](http://cocoapods.org/) - 0.22.x. It's because of C++ compiler options....