blob: 6856e8f8284987cfe1db55a8dee0e715ede504ca [file] [log] [blame]
{
"name": "AZUtils",
"version": "0.2.6",
"summary": "AZUtils is based on MVC paradigm. It eliminates most of the boilerplate code.",
"description": "For example, To implement the UITableView we have to write delegate and datasource methods each time. But, with AZUtils these methods are automatically written. And we can take advantage of the pure MVC.",
"homepage": "https://github.com/akki7017/AZUtils",
"license": "MIT",
"authors": {
"Akshit Zaveri": "email@address.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/akki7017/AZUtils.git",
"tag": "0.2.6",
"commit": "2d47f1bf73efb69a4f018604f9dc15a6cedb848d"
},
"source_files": "AZUtils/Classes/*",
"requires_arc": true,
"dependencies": {
"DZNEmptyDataSet": [
"~> 1.4"
]
}
}