[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 3 / 5 / 8 / Slash / 0.1.4 / Slash.podspec.json
blobceac761a285711d2651663bcaaf5a52d762dd29d
2   "name": "Slash",
3   "version": "0.1.4",
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.",
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.4"
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   "source_files": [
29     "Slash/*.m",
30     "Slash/*.h"
31   ],
32   "requires_arc": [
33     "Slash/SLSMarkupParser.m",
34     "SLSTaggedRange.m"
35   ]