[Add] MealziOSSDKStaging 5.3.0
[CocoaPods.git] / Specs / 6 / e / 0 / GONMarkupParser / 0.7.0 / GONMarkupParser.podspec.json
blob2999e690acfdbf482c0e8300e4c6bf7ea5737762
2   "name": "GONMarkupParser",
3   "version": "0.7.0",
4   "summary": "NSAttributedString generation from NSString using XML, that can be easily extended.",
5   "platforms": {
6     "ios": "7.0"
7   },
8   "description": "Creating rich text under iOS can be cumbersome, needing a lot of code.\nThe main goal of GONMarkupParser is to provide an easy to use syntax, near XML/HTML, but more flexible.\nSome others projects exists, allowing you to build NSAttributedString from HTML, but my main goal here was to focus on text semantic. In fact, the parser will detect registered markup and apply style on text.\nThe purpose of this was to be able to generate different outputs from the same input string, without editing its content, but editing the markups style.\n\nGONMarkupParser is not an out of the box solution to parse HTML files.\nARC only",
9   "homepage": "https://github.com/nicolasgoutaland/GONMarkupParser",
10   "license": {
11     "type": "MIT",
12     "file": "LICENSE"
13   },
14   "authors": {
15     "nicolasgoutaland": "nicolas.goutaland@gmail.com"
16   },
17   "source": {
18     "git": "https://github.com/nicolasgoutaland/GONMarkupParser.git",
19     "tag": "0.7.0"
20   },
21   "source_files": [
22     "Classes",
23     "Classes/**/*.{h,m}"
24   ],
25   "exclude_files": "Classes/Exclude",
26   "requires_arc": true,
27   "dependencies": {
28     "NSString+Color": [
30     ]
31   },
32   "frameworks": "CoreText"