ankurp/Dollar

How do you use this with Cordova swift projects?

mixersoft opened this issue · 1 comments

Ok, I'm an admitted noob with swift. But I have a cordova plugin I built with swift that works. I followed this howto:

http://moduscreate.com/writing-a-cordova-plugin-in-swift-for-ios/

Coming from the javascript/lodash world, I'd really like to use these utilities, but I can't figure out how to add it to my cordova plugin project. There is no xcodeproj file, and it's not clear to me how to include this in the cordova build.

any help would be appreciated.

I do not have experience with cordova but if you are building HTML5 app cant you just use javascript and use lodash or underscore in your project.