Latest | 0.1.0 |
---|---|
Homepage | https://github.com/NaifAlrashed/MarkdownParser |
License | MIT |
Platforms | ios 8.0 |
Authors |
Example
To run the example project, clone the repo, and run pod install
from the Example directory first.
Requirements
swift 5
Installation
MarkdownParser is available through CocoaPods. To install
it, simply add the following line to your Podfile:
pod 'MarkdownParser'
Author
NaifAlrashed, [email protected]
License
MarkdownParser is available under the MIT license. See the LICENSE file for more info.
Latest podspec
{ "name": "MarkdownParser", "version": "0.1.0", "summary": "A markdown parser written purely in swift.", "description": "A markdown parser written purely in swift. it can be used render markdown and display it in any format needed", "homepage": "https://github.com/NaifAlrashed/MarkdownParser", "license": { "type": "MIT", "file": "LICENSE" }, "authors": { "NaifAlrashed": "[email protected]" }, "source": { "git": "https://github.com/NaifAlrashed/MarkdownParser.git", "tag": "0.1.0" }, "platforms": { "ios": "8.0" }, "swift_version": "5.0", "source_files": "Sources/**/*" }
Fri, 17 May 2019 10:29:04 +0000