[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / 5 / 0 / f / BBCodeString / 0.2.1 / BBCodeString.podspec.json
blobeab002237e269681fb7ed301c9eee0f27655f946
2   "name": "BBCodeString",
3   "version": "0.2.1",
4   "summary": "BBCodeString is a simple library which enables you to create NSAttributedString object from the BBCode string.",
5   "description": "\nBBCodeString is a cool lightweight library which enables you to create NSAttributedString object from the BBCode string.\n\n",
6   "homepage": "https://github.com/mrataj/BBCodeString",
7   "license": "MIT",
8   "authors": {
9     "Miha Rataj": "rataj.miha@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/mrataj/BBCodeString.git",
13     "tag": "0.2.1"
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     "BBCodeString": [
23       "Pod/Assets/*.png"
24     ]
25   },
26   "frameworks": "UIKit",
27   "dependencies": {
28     "BBCodeParser": [
29       "~> 0.1.2"
30     ]
31   }