blob: 221c40edea9cef4783ced7376dc994d31879e701 [file] [log] [blame]
{
"name": "AutoLayoutConvenience",
"version": "1.0.0",
"summary": "Convenience Helpers for working with AutoLayout",
"homepage": "https://github.com/AndreasVerhoeven/AutoLayoutConvenience",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Andreas Verhoeven": "cocoapods@aveapps.com"
},
"source": {
"git": "https://github.com/AndreasVerhoeven/AutoLayoutConvenience.git",
"tag": "1.0.0"
},
"module_name": "SelfSizingScroller",
"swift_versions": [
"5.3"
],
"platforms": {
"ios": "11.0"
},
"source_files": [
"Sources/*.swift",
"Sources/**/*.swift"
],
"swift_version": "5.3"
}