blob: 8d098f22561b82c0017a0e167f463254678f8413 [file] [log] [blame]
{
"name": "JustLayout",
"module_name": "JustLayout",
"version": "1.4.1",
"summary": "An elegant Auto Layout sugar for iOS",
"description": "JustLayout is an elegant Auto Layout sugar for iOS.",
"homepage": "https://github.com/Meniny/JustLayout",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Elias Abel": "admin@meniny.cn"
},
"social_media_url": "https://meniny.cn/",
"source": {
"git": "https://github.com/Meniny/JustLayout.git",
"tag": "1.4.1"
},
"requires_arc": true,
"swift_version": "4.1",
"platforms": {
"ios": "8",
"tvos": "10.2"
},
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": [
"JustLayout/Core/**/*.swift",
"JustLayout/JustLayout.h"
]
}
]
}