blob: a41b797beb4b95157f4176d521b12543cf009156 [file] [log] [blame]
{
"name": "NotAutoLayout",
"version": "3.1.1",
"summary": "Layout your views without Auto Layout constraints, in a much more swifty way.",
"description": "NotAutoLayout is a framework to help you layout subviews without Auto Layout constraints.",
"homepage": "https://github.com/el-hoshino/NotAutoLayout",
"screenshots": "https://raw.githubusercontent.com/el-hoshino/NotAutoLayout/version/3.2.0/README_Resource/PlaygroundSample.png",
"license": {
"type": "Apache",
"file": "LICENSE"
},
"authors": {
"el-hoshino": "elvis.shi@icloud.com"
},
"social_media_url": "http://twitter.com/lovee",
"platforms": {
"ios": "9.0"
},
"swift_version": "4.0",
"source": {
"git": "https://github.com/el-hoshino/NotAutoLayout.git",
"tag": "version/3.1.1"
},
"source_files": "NotAutoLayout/NotAutoLayout/**/*.{h,m,swift}"
}