[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 3 / 5 / 8 / Slash / 0.1 / Slash.podspec.json
blob9c5376bd4d9b210b7c5666ac710359cbd7ceb671
2   "name": "Slash",
3   "version": "0.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"
17   },
18   "platforms": {
19     "ios": "4.3",
20     "osx": "10.6"
21   },
22   "public_header_files": [
23     "Slash/Slash.h",
24     "Slash/SLSMarkupParser.h",
25     "Slash/SLSErrors.h"
26   ],
27   "requires_arc": true,
28   "subspecs": [
29     {
30       "name": "arc",
31       "source_files": [
32         "Slash/SLSMarkupParser.m",
33         "Slash/SLSTaggedRange.m",
34         "Slash/*.h"
35       ]
36     },
37     {
38       "name": "no-arc",
39       "source_files": [
40         "Slash/SLSTagParser.m",
41         "Slash/SLSTagLexer.gen.m",
42         "Slash/SLSTagParser.gen.m",
43         "Slash/*.h"
44       ],
45       "requires_arc": false
46     }
47   ]