blob: d7a6b995c4ac7bf21ec71332b92cadafda2cbbf8 [file] [log] [blame]
{
"name": "PinLayout",
"version": "1.7.9",
"summary": "Fast Swift Views layouting without auto layout. No magic, pure code, full control and blazing fast. [iOS/macOS/tvOS]",
"description": "Fast Swift Views layouting without auto layout. No magic, pure code, full control and blazing fast. Concise syntax, intuitive, readable & chainable. [iOS/macOS/tvOS]",
"homepage": "https://github.com/layoutBox/PinLayout",
"license": "MIT license",
"authors": {
"Luc Dion": "luc_dion@yahoo.com"
},
"source": {
"git": "https://github.com/layoutBox/PinLayout.git",
"tag": "1.7.9"
},
"source_files": "Sources/**/*.swift",
"swift_version": "4.0",
"platforms": {
"ios": "8.0",
"tvos": "9.0",
"osx": "10.10"
},
"ios": {
"frameworks": [
"Foundation",
"CoreGraphics",
"UIKit"
]
},
"tvos": {
"frameworks": [
"Foundation",
"CoreGraphics",
"UIKit"
]
},
"osx": {
"frameworks": [
"Foundation",
"CoreGraphics",
"AppKit"
]
}
}