[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / c / 3 / e / FunctionalLayout / 1.3.0 / FunctionalLayout.podspec.json
blob2191a253e5d759e7d772199001bbb6c2c39d15c5
2   "name": "FunctionalLayout",
3   "version": "1.3.0",
4   "summary": "A wrapper around `NSLayoutAnchor` API.",
5   "description": "This CocoaPod provides the ability to construct instances of the `NSLayoutConstraint` in a beautiful functional approach by wrapping around the `NSLayoutAnchor` API.",
6   "homepage": "https://github.com/DevAndArtist/swift-functionallayout",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Adrian Zubarev": "adrian.zubarev@devandartist.com"
13   },
14   "source": {
15     "git": "https://github.com/DevAndArtist/swift-functionallayout.git",
16     "tag": "1.3.0"
17   },
18   "social_media_url": "https://twitter.com/DevAndArtist",
19   "platforms": {
20     "ios": "10.0"
21   },
22   "source_files": "Sources/**/*.swift",
23   "frameworks": "UIKit",
24   "pushed_with_swift_version": "3.0"