programming-nu / nu

Nu is an interpreted Lisp that builds on the Objective-C runtime and Foundation framework.
http://programming-nu.github.io
Apache License 2.0
2.15k stars 236 forks source link

Podspec + removed duplicates #61

Closed dreamwieber closed 7 years ago

dreamwieber commented 11 years ago

Here's the Podspec I created to make it easy to include Nu in any project. You'll want to change the 'author', 'license' and have the source point to your repo.

To get it to work properly, your repo needs a version tag.

Finally, a couple of changes are included from Nevyn's branch which I needed to get Nu to work on my machine.

ksjogo commented 7 years ago

Won't work with the newer libffi dependency. Needs to be re-evaluated if interest is given.