`Podfile` needs to be updated to post-1.0 format:
```rb
target 'ManDrake'
platform :osx, '10.7'
inhibit_all_warnings!
project 'ManDrake'
pod 'ACEView'
pod 'Sparkle'
```
That said, it still doesn't work for me, even when I try to use the master branch of `ACEView` instead of the old 0.0.5 on CocoaPods:
```rb
pod 'ACEView', :git => 'https://github.com/ACENative/ACEView.git'
```
@sveinbjornt If you were able to build a working artifact, could you please update http://sveinbjorn.org/files/software/mandrake/ManDrake-3.0.zip? Thanks.