blob: c0f1d855be4193e633ea3e02b85de5a22fd11e06 [file] [log] [blame]
{
"name": "FunctionalLayout",
"version": "1.2.0",
"summary": "A wrapper around `NSLayoutAnchor` API.",
"description": "This CocoaPod provides the ability to construct instances of the `NSLayoutConstraint` in a beautiful functional approach by wrapping around the `NSLayoutAnchor` API.",
"homepage": "https://github.com/DevAndArtist/swift-functionallayout",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Adrian Zubarev": "adrian.zubarev@devandartist.com"
},
"source": {
"git": "https://github.com/DevAndArtist/swift-functionallayout.git",
"tag": "1.2.0"
},
"social_media_url": "https://twitter.com/DevAndArtist",
"platforms": {
"ios": "10.0"
},
"source_files": "Sources/**/*.swift",
"frameworks": "UIKit",
"pushed_with_swift_version": "3.0"
}