blob: 6caa899a68dc47952a77ec2ecff1875e0701d6ef [file] [log] [blame]
{
"name": "BBCodeParser",
"version": "0.1.2",
"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/ivany4/BBCodeParser",
"license": "MIT",
"authors": {
"Miha Rataj": "rataj.miha@gmail.com"
},
"source": {
"git": "https://github.com/ivany4/BBCodeParser.git",
"tag": "0.1.2"
},
"social_media_url": "https://twitter.com/miharataj",
"platforms": {
"ios": "7.0",
"osx": "10.9"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*"
}