Step-by-step installation instructions
wachiiiiii opened this issue · 0 comments
wachiiiiii commented
I want to use DDMathParser in my iOS single view application (using Swift 2.1) and I read your wiki.
DDMathParser is packaged as a Swift framework, and there are several ways to install it:
- Add DDMathParser.xcodeproj to your workspace and link MathParser.framework into your app.
- Install using Carthage.
- Install using CocoaPods.
But I still don't understand which way is the easiest and how to do it.
Can someone explains me step by step please?