[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / 8 / e / 2 / VBError / 1.0.1 / VBError.podspec.json
blobf70e0fb20a5e16f371606f4ba2dc2114c0229beb
2   "name": "VBError",
3   "version": "1.0.1",
4   "summary": "VBError is a base class for your own errors.",
5   "description": "                       VBError is a base class for your own errors.\nCreate a subclass and implement <i>+domain</i> and <i>+code</i> methods to provide useful error information.\n",
6   "homepage": "https://github.com/valnoc/VBError",
7   "license": "MIT",
8   "authors": {
9     "Valeriy Bezuglyy": "valnocorner@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/valnoc/VBError.git",
13     "tag": "v1.0.1"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "VBError/**/*"