[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / f / e / 6 / DRViewMaker / 0.1.0 / DRViewMaker.podspec.json
blob198212781d64cea84864051668c90edd79ddc582
2   "name": "DRViewMaker",
3   "version": "0.1.0",
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.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "DRViewMaker/*.{swift,plist,h}",
22   "swift_version": "4.1"