blob: b037bd3c70e73785ecfa9e92082e8d746bce183d [file] [log] [blame]
{
"name": "Blaze",
"version": "1.0.66",
"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": "1.0.66"
},
"source_files": "Blaze/**/*.{h,m}",
"resources": [
"Blaze/**/*.{xib}",
"Blaze/**/*.{png}"
],
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"module_name": "Blaze",
"dependencies": {
"AFNetworking": [
],
"BDGImagePicker": [
]
}
}