[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 8 / f / 2 / DRYUI / 1.2.0 / DRYUI.podspec.json
blob3c632e17e8b28145e5cc08197b1c8a1d83ca435c
2   "name": "DRYUI",
3   "version": "1.2.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.2.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   "pushed_with_swift_version": "4.0",
27   "subspecs": [
28     {
29       "name": "objc",
30       "platforms": {
31         "ios": "7.0"
32       },
33       "dependencies": {
34         "DRYUI/base": [
36         ]
37       }
38     },
39     {
40       "name": "base",
41       "source_files": "DRYUI/*.{h,m}",
42       "dependencies": {
43         "Masonry": [
45         ]
46       }
47     },
48     {
49       "name": "swift",
50       "source_files": "DRYUI/*.{swift}",
51       "platforms": {
52         "ios": "8.0",
53         "osx": "10.11"
54       },
55       "dependencies": {
56         "SnapKit": [
57           "~> 4.0"
58         ],
59         "DRYUI/base": [
61         ]
62       }
63     }
64   ]