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