blob: eab002237e269681fb7ed301c9eee0f27655f946 [file] [log] [blame]
{
"name": "BBCodeString",
"version": "0.2.1",
"summary": "BBCodeString is a simple library which enables you to create NSAttributedString object from the BBCode string.",
"description": "\nBBCodeString is a cool lightweight library which enables you to create NSAttributedString object from the BBCode string.\n\n",
"homepage": "https://github.com/mrataj/BBCodeString",
"license": "MIT",
"authors": {
"Miha Rataj": "rataj.miha@gmail.com"
},
"source": {
"git": "https://github.com/mrataj/BBCodeString.git",
"tag": "0.2.1"
},
"social_media_url": "https://twitter.com/miharataj",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"BBCodeString": [
"Pod/Assets/*.png"
]
},
"frameworks": "UIKit",
"dependencies": {
"BBCodeParser": [
"~> 0.1.2"
]
}
}