[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / c / a / 2 / WTAutoLayoutExtensions / 1.0.0 / WTAutoLayoutExtensions.podspec.json
blob1cd8f26002ea4113bd90169bd66539dea95901f7
2   "name": "WTAutoLayoutExtensions",
3   "version": "1.0.0",
4   "summary": "A set of extensions to UIView and UILayoutGuide to make it\nsimpler and more natural to use auto-layout.",
5   "description": "WTAutoLayoutExtensions adds extensions to UIView and UILayoutGuide to make it\nsimpler and more natural to use layout guides, layout anchors, and the rest of\nthe auto-layout machinery, with a consistent API and very little code.",
6   "homepage": "https://github.com/wltrup/iOS-Swift-WTAutoLayoutExtensions",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Wagner Truppel": "trupwl@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/wltrup/iOS-Swift-WTAutoLayoutExtensions.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "WTAutoLayoutExtensions/Classes/**/*",
22   "frameworks": "UIKit",
23   "pushed_with_swift_version": "3.0"