[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 8 / f / 2 / DRYUI / 0.9.3 / DRYUI.podspec.json
blob5fd1bb0870d2822700039e12d509fca7905d8295
2   "name": "DRYUI",
3   "version": "0.9.3",
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.3"
14   },
15   "ios": {
16     "frameworks": [
17       "Foundation",
18       "UIKit"
19     ]
20   },
21   "requires_arc": true,
22   "platforms": {
23     "ios": "8.0",
24     "osx": "10.10"
25   },
26   "subspecs": [
27     {
28       "name": "objc",
29       "platforms": {
30         "ios": "7.0"
31       },
32       "dependencies": {
33         "DRYUI/base": [
35         ]
36       }
37     },
38     {
39       "name": "base",
40       "source_files": "DRYUI/*.{h,m}",
41       "dependencies": {
42         "Masonry": [
44         ]
45       }
46     },
47     {
48       "name": "swift",
49       "source_files": "DRYUI/*.{swift}",
50       "platforms": {
51         "ios": "8.0",
52         "osx": "10.10"
53       },
54       "dependencies": {
55         "SnapKit": [
57         ],
58         "DRYUI/base": [
60         ]
61       }
62     }
63   ]