To run the example project, clone the repo, and run pod install
from the Example directory first.
SVGParser is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'SVGParser'
For manual installation, you can add SVGParser.swift as a 3rd Party Library to your project and use it's method.
Simply, import SVGParser to your class. Then use one of it's parsing method with completion.
AndreyMomot, [email protected]
SVGParser is available under the MIT license. See the LICENSE file for more info.