blob: acf76ad89eaa9b8f86972775079c6937b2f06286 [file] [log] [blame]
{
"name": "WolfAutolayout",
"version": "2.0.0",
"summary": "Conveniences for working with Autolayout.",
"homepage": "https://github.com/wolfmcnally/WolfAutolayout",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Wolf McNally": "wolf@wolfmcnally.com"
},
"source": {
"git": "https://github.com/wolfmcnally/WolfAutolayout.git",
"tag": "2.0.0"
},
"source_files": "WolfAutolayout/Classes/**/*",
"swift_versions": "5.0",
"platforms": {
"ios": "9.3",
"osx": "10.13",
"tvos": "11.0"
},
"module_name": "WolfAutolayout",
"dependencies": {
"WolfFoundation": [
],
"WolfGeometry": [
],
"WolfOSBridge": [
],
"WolfPipe": [
]
}
}