blob: 577e334210ba85af0fa1cf8f6e9fdc76292cfb83 [file] [log] [blame]
{
"name": "EmptyPage",
"version": "3.3.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.3.0"
},
"swift_versions": [
"4.0",
"4.2",
"5.0",
"5.1",
"5.1"
],
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"swift_version": "5.1",
"subspecs": [
{
"name": "Core",
"source_files": "Sources/Core/*.{swift,h}"
},
{
"name": "Standard",
"source_files": "Sources/Standard/*.{swift}",
"dependencies": {
"EmptyPage/Core": [
]
}
}
]
}