[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / f / e / 6 / DRViewMaker / 0.1.1 / DRViewMaker.podspec.json
blob59b9019cfd4cb858e1a0d45d10e9939dfd2b159d
2   "name": "DRViewMaker",
3   "version": "0.1.1",
4   "summary": "A tool for setting up UIView elements programatically with one line of code.",
5   "description": "When you want to add UIView element into your project, you only need to declare it as variable or constant.\nExample: let exampleLabel = DRViewMaker.makeLabel()\nAfter that you only need to set up constraints and you're good to go.",
6   "homepage": "https://github.com/DejanRibnikar/DRViewMaker/",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Dejan Ribnikar": "dejanribnikar@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/DejanRibnikar/DRViewMaker.git",
16     "tag": "0.1.1"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "source_files": "DRViewMaker/*.{swift,plist,h}",
22   "swift_version": "4.1"