IFTTT / RazzleDazzle

A simple keyframe-based animation framework for iOS, written in Swift. Perfect for scrolling app intros.
http://ifttt.github.io
MIT License
3.36k stars 292 forks source link

Update to latest version of Nimble and Quick #23

Closed nuudles closed 8 years ago

nuudles commented 8 years ago

This commit addresses issue #22, by updating to the latest versions of the Nimble and Quick libraries, which compile successfully under Xcode 7.3.

maxmeyers commented 8 years ago

Thanks!

zhigang1992 commented 8 years ago

@nuudles @maxmeyers should we put checkout files in the repo as well? It's causing carthage to pickup Quick.xcproject and Nimble.xcproject and compile them too.

zhigang1992 commented 8 years ago

I've send out another Pull request here https://github.com/IFTTT/RazzleDazzle/pull/26 Please let me know if I'm missing something.