[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / 6 / e / 0 / GONMarkupParser / 0.6.3 / GONMarkupParser.podspec.json
blob172fb6ee613d030aa8f6d19fc8861ba3f597e518
2   "name": "GONMarkupParser",
3   "version": "0.6.3",
4   "summary": "NSAttributedString generation from NSString using XML, that can be easily extended.",
5   "platforms": {
6     "ios": "7.0"
7   },
8   "description": "\t\t\t\t\t\tCreating rich text under iOS can be cumbersome, needing a lot of code.\n\t\t\t\t\t\tThe main goal of GONMarkupParser is to provide an easy to use syntax, near XML/HTML, but more flexible.\n\t\t\t\t\t\tSome 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.\n\t\t\t\t\t\tThe 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\n\t\t\t\t\t\tGONMarkupParser is not an out of the box solution to parse HTML files.\n\t\t\t\t\t\tARC only\n",
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.6.3"
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"