[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 4 / f / c / EasyLayout / 0.1.0 / EasyLayout.podspec.json
bloba445bc41ede47394ebdd738c4a395d1e65f7d315
2   "name": "EasyLayout",
3   "version": "0.1.0",
4   "summary": "A simple, lightweight framework for AutoLayout.",
5   "description": "EasyLayout is a simple, lightweight Swift & Objective-C framework for incorporating AutoLayout. The core syntax is inspired by other frameworks, while incorporating utility functions and decorators that help to take care of AutoLayout's arduous nuances. Ultimately, this results in a streamlined, declarative, and type-safe way to use AutoLayout.",
6   "homepage": "http://baddaboo.github.io/",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Blake Tsuzaki": "blake589t@gmail.com"
13   },
14   "platforms": {
15     "ios": "9.0",
16     "osx": "10.10"
17   },
18   "source": {
19     "git": "https://github.com/Baddaboo/EasyLayout.git",
20     "tag": "0.1.0"
21   },
22   "source_files": "Framework/**/*.{h,m,swift}",
23   "exclude_files": "Example",
24   "ios": {
25     "frameworks": "UIKit"
26   },
27   "osx": {
28     "frameworks": "AppKit"
29   },
30   "pushed_with_swift_version": "3.0"