blob: f474de92077b8ee5049f53e7d1842fd9fbd5d07a [file] [log] [blame]
{
"name": "SwiftCassowary",
"version": "0.1-beta",
"summary": "Swift implement of constraint solving algorithm",
"description": "Cassowary is a swift implement of constraint solving algorithm Cassowary which forms the core of the OS X and iOS Autolayout . \n* This library is heavily inspired by this c++ implement rhea",
"homepage": "https://github.com/nangege/Cassowary",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"TangNan": "nangezao@foxmail.com"
},
"swift_version": "4.2",
"platforms": {
"ios": "8.0"
},
"module_name": "Cassowary",
"source": {
"git": "https://github.com/nangege/Cassowary.git",
"tag": "0.1-beta"
},
"source_files": [
"Cassowary/Sources/*.swift",
"Cassowary/Cassowary.h"
],
"public_header_files": [
"Cassowary/Cassowary.h"
],
"requires_arc": true
}