davedelong / DDMathParser

String → Number
MIT License
856 stars 153 forks source link

Step-by-step installation instructions #117

Open wachiiiiii opened 8 years ago

wachiiiiii commented 8 years ago

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:

  1. Add DDMathParser.xcodeproj to your workspace and link MathParser.framework into your app.
  2. Install using Carthage.
  3. 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?