[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 8 / f / 2 / DRYUI / 0.9.0-alpha-4 / DRYUI.podspec.json
blobcf3e5e6024f9189cca44e7a6203f70db99f15e83
2   "name": "DRYUI",
3   "version": "0.9.0-alpha-4",
4   "summary": "A tiny library that provides a better API for building and styling view hierarchies in code.",
5   "description": "DRYUI is a tiny library that provides a better API for building and styling view hierarchies in code.\nDRYUI uses [Masonry](https://github.com/Masonry/Masonry) for Autolayout.",
6   "homepage": "https://github.com/GriffinSchneider/DRYUI",
7   "license": "MIT",
8   "authors": {
9     "Griffin Schneider": "griffinschneider@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/GriffinSchneider/DRYUI.git",
13     "tag": "0.9.0-alpha-4"
14   },
15   "source_files": "DRYUI/**",
16   "ios": {
17     "frameworks": [
18       "Foundation",
19       "UIKit"
20     ]
21   },
22   "platforms": {
23     "ios": "8.0"
24   },
25   "requires_arc": true,
26   "dependencies": {
27     "Masonry": [
29     ],
30     "SnapKit": [
32     ]
33   }