[Add] DingRTC_iOS 3.5.0
[CocoaPods.git] / Specs / b / 9 / 8 / TSMarkdownParser / 1.0.9 / TSMarkdownParser.podspec.json
bloba07db5c201fadc3ac435eb84f42c89e252b453dc
2   "name": "TSMarkdownParser",
3   "version": "1.0.9",
4   "summary": "A markdown to NSAttributedString parser for iOS",
5   "description": "\t\tTSMarkdownParser is a markdown to NSAttributedString parser for iOS implemented using NSRegularExpressions. \n\t\tIt supports many of the standard tags layed out by John Gruber on his site [Daring Fireball](http://daringfireball.net/projects/markdown/syntax). \n\t\tIt 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.\n",
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   },
15   "source": {
16     "git": "https://github.com/laptobbe/TSMarkdownParser.git",
17     "tag": "1.0.9"
18   },
19   "source_files": "TSMarkdownParser/**/*.{h,m}",
20   "requires_arc": true