[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 9 / 2 / e / WEBBCode / 0.2.0 / WEBBCode.podspec.json
blobc392cc2b1c30a97b3d71e215f45df88ab5dadd90
2   "name": "WEBBCode",
3   "version": "0.2.0",
4   "summary": "A fast SAX style parser for BBCode in Objective C with support for various transformations",
5   "description": "This is a lean and mean SAX style parser for BBCode written in Objective C/C.\n\nIt has support for output to HTML and NSAttributedString (work in progress) for simple BBCode.\n\nIt is totally pluggable and extensible to allow for full customization.",
6   "homepage": "https://github.com/werner77/WEBBCode",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Werner Altewischer": "werner.altewischer@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/werner77/WEBBCode.git",
16     "tag": "0.2.0"
17   },
18   "platforms": {
19     "ios": "6.0"
20   },
21   "subspecs": [
22     {
23       "name": "Core",
24       "source_files": "WEBBCode/Classes/Core/**/*",
25       "public_header_files": "WEBBCode/Classes/Core/**/*.h"
26     },
27     {
28       "name": "HTML",
29       "source_files": "WEBBCode/Classes/HTML/**/*",
30       "public_header_files": "WEBBCode/Classes/HTML/**/*.h",
31       "dependencies": {
32         "WEBBCode/Core": [
34         ]
35       }
36     }
37   ]