[Add] SindarinSwiftSDK 1.0.0
[CocoaPods.git] / Specs / 8 / f / 2 / DRYUI / 0.3.0 / DRYUI.podspec.json
blobf9ca048d94eddff47f5511c6699c1a768bc0980a
2   "name": "DRYUI",
3   "version": "0.3.0",
4   "summary": "A tiny library that provides a better API for building and styling view hierarchies in code.",
5   "description": "\n    DRYUI is a tiny library that provides a better API for building and styling view hierarchies in code.\n    DRYUI uses [Masonry](https://github.com/Masonry/Masonry) for Autolayout, and works on both iOS and OSX.\n  ",
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.3.0"
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": "6.0",
30     "osx": "10.7"
31   },
32   "requires_arc": true,
33   "dependencies": {
34     "Masonry": [
36     ]
37   }