blob: 1768fd8ab8ebb3265554e74860cfe3cebf8094a6 [file] [log] [blame]
{
"name": "JustLayout",
"module_name": "JustLayout",
"version": "1.6.0",
"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.6.0"
},
"requires_arc": true,
"swift_versions": "5",
"platforms": {
"ios": "8",
"tvos": "10.2"
},
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": [
"JustLayout/Core/**/*.swift",
"JustLayout/JustLayout.h"
]
},
{
"name": "DSL",
"dependencies": {
"JustLayout/Core": [
]
},
"source_files": "JustLayout/DSL/**/*.swift"
}
]
}