blob: 108d6aabe4ce09a5665a4c8c2c123c73273b40ae [file] [log] [blame]
{
"name": "EmptyPage",
"version": "3.1.0",
"summary": "iOS - 轻量级空白页占位图框架...",
"homepage": "https://github.com/linhay/EmptyPage",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"linhay": "is.linhay@outlook.com"
},
"source": {
"git": "https://github.com/linhay/EmptyPage.git",
"tag": "3.1.0"
},
"swift_version": "5.0",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"subspecs": [
{
"name": "Core",
"source_files": "Sources/Core/*.{swift,h}"
},
{
"name": "Standard",
"source_files": "Sources/Standard/*.{swift}",
"dependencies": {
"EmptyPage/Core": [
]
}
}
]
}