[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / 3 / 5 / 8 / Slash / 0.1.1 / Slash.podspec.json
blob289c303f82ccc8ef34b1e63dd9047bee1994f588
2   "name": "Slash",
3   "version": "0.1.1",
4   "summary": "A simple, extensible, language for styling attributed strings.",
5   "description": "                     A simple, extensible markup language for styling NSAttributedStrings. The language is similar in appearance to HTML, however the tag vocabulary and styles can be easily customized by passing a dictionary argument to the parser. \n",
6   "homepage": "https://github.com/chrisdevereux/Slash",
7   "license": {
8     "type": "MIT",
9     "file": "LICENCE"
10   },
11   "authors": {
12     "Chris Devereux": "devereux.chris@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/chrisdevereux/Slash.git",
16     "tag": "0.1.1"
17   },
18   "frameworks": "CoreText",
19   "platforms": {
20     "ios": "4.3",
21     "osx": "10.6"
22   },
23   "public_header_files": [
24     "Slash/Slash.h",
25     "Slash/SLSMarkupParser.h",
26     "Slash/SLSErrors.h"
27   ],
28   "requires_arc": false,
29   "subspecs": [
30     {
31       "name": "arc",
32       "source_files": [
33         "Slash/SLSMarkupParser.m",
34         "Slash/SLSTaggedRange.m",
35         "Slash/*.h"
36       ],
37       "requires_arc": true
38     },
39     {
40       "name": "no-arc",
41       "source_files": [
42         "Slash/SLSTagParser.m",
43         "Slash/SLSTagLexer.gen.m",
44         "Slash/SLSTagParser.gen.m",
45         "Slash/*.h"
46       ],
47       "requires_arc": false
48     }
49   ]