Sign in
Log inSign up
How to use libraries in swift?

How to use libraries in swift?

Joseph Jude's photo
Joseph Jude
·Jan 9, 2016

I'm learning swift, primarily from command line. I don't want to create ios / mac apps. Just want to learn the language and probably create some scripts.

Within this context, how do I import 3rd party libraries? Say SwiftJSON. Instructions are given for importing in Xcode. But I don't want to use Xcode. I there any alternate method to use code developed by others?

(I do develop on Mac)