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