[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / b / 9 / 8 / TSMarkdownParser / 2.1.0 / TSMarkdownParser.podspec.json
blobfe77da3fac3414aeb251ad673cc92444f6e0e1a1
2   "name": "TSMarkdownParser",
3   "version": "2.1.0",
4   "summary": "A markdown to NSAttributedString parser for iOS and OSX",
5   "description": "TSMarkdownParser is a markdown to NSAttributedString parser for iOS, TVOS and OSX implemented using NSRegularExpressions. \nIt supports many of the standard tags layed out by John Gruber on his site [Daring Fireball](http://daringfireball.net/projects/markdown/syntax). \nIt is also very extendable via Regular Expressions making it easy to add your own custom tags or a totally different parsing syntax if you like.",
6   "homepage": "https://github.com/laptobbe/TSMarkdownParser",
7   "license": "MIT",
8   "authors": {
9     "Tobias Sundstrand": "tobias.sundstrand@gmail.com"
10   },
11   "social_media_url": "http://twitter.com/laptobbe",
12   "platforms": {
13     "ios": "6.0",
14     "tvos": "9.0",
15     "osx": "10.7"
16   },
17   "source": {
18     "git": "https://github.com/laptobbe/TSMarkdownParser.git",
19     "tag": "2.1.0"
20   },
21   "source_files": "TSMarkdownParser/**/*.{h,m}",
22   "requires_arc": true,
23   "ios": {
24     "frameworks": "UIKit"
25   },
26   "tvos": {
27     "frameworks": "UIKit"
28   }