blob: 356fd656ac6df99ecdec2c5bec6c7cca9f07242c [file] [log] [blame]
{
"name": "BBCodeParser",
"version": "0.1.0",
"summary": "BBCodeParser is open source objective C library for parsing BBCode (Bulletin Board Code).",
"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",
"homepage": "https://github.com/mrataj/BBCodeParser",
"license": "MIT",
"authors": {
"Miha Rataj": "rataj.miha@gmail.com"
},
"source": {
"git": "https://github.com/mrataj/BBCodeParser.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/miharataj",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"BBCodeParser": [
"Pod/Assets/*.png"
]
}
}