dropbox / zxcvbn-ios

A realistic password strength estimator.
https://tech.dropbox.com/2012/04/zxcvbn-realistic-password-strength-estimation/
MIT License
223 stars 64 forks source link

Add dynamic framework target #17

Closed pizthewiz closed 8 years ago

pizthewiz commented 8 years ago

Sorry for the rather large diff but there isn't much middle ground. The project should continue to be usable by source / CocoaPods (though someone should verify the podfile tweaks are accurate) but now also offers a dynamic framework (iOS 8+) for easy integration via Carthage. The PR reorganizes the files a bit and makes a couple fixes. Zxcvbn.xcodeproj and /Zxcvbn now only contain the primary source files and the example project has been moved to iOS Example.xcodepoj and /Example.

In addition to file moving, two small fixes were made: