[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 8 / f / 2 / DRYUI / 1.3.0 / DRYUI.podspec.json
blob076c3f45a7b1a8f30455d3bc2ac5a99ea880c224
2   "name": "DRYUI",
3   "version": "1.3.0",
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": "1.3.0"
14   },
15   "ios": {
16     "frameworks": [
17       "Foundation",
18       "UIKit"
19     ]
20   },
21   "requires_arc": true,
22   "platforms": {
23     "ios": "8.0",
24     "osx": "10.11"
25   },
26   "subspecs": [
27     {
28       "name": "objc",
29       "source_files": "DRYUI/*.{h,m}",
30       "dependencies": {
31         "Masonry": [
33         ]
34       }
35     },
36     {
37       "name": "swift",
38       "source_files": "DRYUI/*.{swift}",
39       "dependencies": {
40         "SnapKit": [
42         ]
43       }
44     }
45   ]