[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 8 / f / 2 / DRYUI / 0.6.1 / DRYUI.podspec.json
blobdc019fe26c691eb6221732eefb678a8ea650c3fd
2   "name": "DRYUI",
3   "version": "0.6.1",
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, and works on both iOS and OSX.",
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.6.1"
14   },
15   "source_files": "DRYUI/**",
16   "ios": {
17     "frameworks": [
18       "Foundation",
19       "UIKit"
20     ]
21   },
22   "osx": {
23     "frameworks": [
24       "Foundation",
25       "AppKit"
26     ]
27   },
28   "platforms": {
29     "ios": "7.0",
30     "osx": "10.7"
31   },
32   "requires_arc": true,
33   "dependencies": {
34     "Masonry": [
36     ],
37     "libextobjc": [
39     ]
40   }