[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 8 / 3 / c / UIKit+VBProgrammaticCreation / 1.0.0 / UIKit+VBProgrammaticCreation.podspec.json
blob6c1e82e6b3d26d4169c7decdb0f2d6b2798bc919
2   "name": "UIKit+VBProgrammaticCreation",
3   "version": "1.0.0",
4   "summary": "UIKit+VBProgrammaticCreation is a set of categories to instantiate ui elements programmatically.",
5   "description": "UIKit+VBProgrammaticCreation is a set of categories for UIKit classes (UIView, UIButton, UIBarButtonItem, ...) which help to create readable code if you instantiate ui elements programmatically.",
6   "homepage": "https://github.com/valnoc/UIKit-VBProgrammaticCreation",
7   "license": "MIT",
8   "authors": {
9     "Valeriy Bezuglyy": "valnocorner@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/valnoc/UIKit-VBProgrammaticCreation.git",
13     "tag": "v1.0.0"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "UIKit+VBProgrammaticCreation/**/*",
20   "dependencies": {
21     "VBException": [
22       "~> 1.0"
23     ],
24     "UIButton+BackgroundColor": [
25       "~> 0.1"
26     ]
27   }