blob: e6f080d40f9d518aff8b232619d30f568e22efa3 [file] [log] [blame]
{
"name": "WolfAutolayout",
"version": "1.0.2",
"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": "1.0.2"
},
"source_files": "WolfAutolayout/Classes/**/*",
"swift_version": "4.2",
"platforms": {
"ios": "9.3",
"osx": "10.13",
"tvos": "11.0"
},
"module_name": "WolfAutolayout",
"dependencies": {
"WolfFoundation": [
],
"WolfGeometry": [
],
"WolfOSBridge": [
]
}
}