[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 4 / d / 1 / AZUtils / 0.2.4 / AZUtils.podspec.json
blob47397e8b7c76329d80c2ce306a10265cab58939f
2   "name": "AZUtils",
3   "version": "0.2.4",
4   "summary": "AZUtils is based on MVC paradigm. It eliminates most of the boilerplate code.",
5   "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.",
6   "homepage": "https://github.com/akki7017/AZUtils",
7   "license": "MIT",
8   "authors": {
9     "Akshit Zaveri": "email@address.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/akki7017/AZUtils.git",
16     "tag": "0.2.4",
17     "commit": "5a9befdf4afc0ae71a2a426aa7b066edc0867bbd"
18   },
19   "source_files": "AZUtils/Classes/*",
20   "requires_arc": true,
21   "dependencies": {
22     "DZNEmptyDataSet": [
23       "~> 1.4"
24     ]
25   }