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