facebookarchive / pop

An extensible iOS and OS X animation library, useful for physics-based interactions.
Other
19.66k stars 2.88k forks source link

pop doesn't support swift? #261

Closed Heisenbean closed 9 years ago

Heisenbean commented 9 years ago

I'm trying use pop in a project with swift,so i create a bridge file,and include <POP/POP.h> then i import POP in ViewController.swift. I get "no such module 'POP'" error when i build it.

image

image

grp commented 9 years ago

Pop should work with Swift. You might need to import 'pop' in lowercase? If that doesn't work, there's a few projects on GitHub using Pop with Swift and you could take a look how they're doing it.