blob: a40ea376ff639e534b86ba8ddba56008a4707446 [file] [log] [blame]
{
"name": "Blaze",
"version": "0.0.1",
"summary": "Blazingly fast Tableviewcontroller framework",
"license": "MIT",
"description": "Blazingly fast Tableviewcontroller framework with many advantages",
"homepage": "https://github.com/BobDG/BDGTableViewController",
"authors": {
"Bob de Graaf": "graafict@gmail.com"
},
"source": {
"git": "https://github.com/BobDG/Blaze.git",
"tag": "0.0.1"
},
"source_files": "Blaze/**/*.{h,m}",
"resources": [
"Blaze/**/*.{xib}",
"Blaze/**/*.{png}"
],
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"module_name": "Blaze",
"dependencies": {
"AFNetworking": [
],
"DZNEmptyDataSet": [
]
}
}