[Add] OpenWeb3Lib 1.0.4-swift6.0
[CocoaPods.git] / Specs / f / b / d / BBCodeParser / 0.1.0 / BBCodeParser.podspec.json
blob356fd656ac6df99ecdec2c5bec6c7cca9f07242c
2   "name": "BBCodeParser",
3   "version": "0.1.0",
4   "summary": "BBCodeParser is open source objective C library for parsing BBCode (Bulletin Board Code).",
5   "description": "                       To use this library in your project, copy files in BBCodeParser folder into your project. Then, include \"BBCodeParser.h\" file wherever you want to parse your code.\n",
6   "homepage": "https://github.com/mrataj/BBCodeParser",
7   "license": "MIT",
8   "authors": {
9     "Miha Rataj": "rataj.miha@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/mrataj/BBCodeParser.git",
13     "tag": "0.1.0"
14   },
15   "social_media_url": "https://twitter.com/miharataj",
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*",
21   "resource_bundles": {
22     "BBCodeParser": [
23       "Pod/Assets/*.png"
24     ]
25   }