[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / f / b / d / BBCodeParser / 0.1.2 / BBCodeParser.podspec.json
blob6caa899a68dc47952a77ec2ecff1875e0701d6ef
2   "name": "BBCodeParser",
3   "version": "0.1.2",
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/ivany4/BBCodeParser",
7   "license": "MIT",
8   "authors": {
9     "Miha Rataj": "rataj.miha@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/ivany4/BBCodeParser.git",
13     "tag": "0.1.2"
14   },
15   "social_media_url": "https://twitter.com/miharataj",
16   "platforms": {
17     "ios": "7.0",
18     "osx": "10.9"
19   },
20   "requires_arc": true,
21   "source_files": "Pod/Classes/**/*"