[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 5 / 0 / 4 / vvtable / 0.0.3 / vvtable.podspec.json
blob2349aa54c5a25daa9ec7464cab75bd425cc76c9b
2   "name": "vvtable",
3   "version": "0.0.3",
4   "summary": "make tableview easier ~",
5   "description": "\"vvtable 是一个针对tableview进行封装的一个便捷工具,使tableview更简洁\"",
6   "homepage": "https://github.com/VixHi/vvtable",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "vixhi": "hi_vix@163.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/VixHi/vvtable.git",
19     "tag": "0.0.3"
20   },
21   "source_files": "vvtablehelper/**/*.{h,m}",
22   "frameworks": [
23     "UIKit",
24     "Foundation"
25   ],
26   "requires_arc": true,
27   "dependencies": {
28     "JSONKit": [
29       "~> 1.4"
30     ]
31   }