blob: 501d788c4eaf18049e60811215fc5453fae12529 [file] [log] [blame]
{
"name": "EmptyPage",
"version": "2.0.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": "2.0.0"
},
"swift_version": "4.0",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"subspecs": [
{
"name": "Core",
"source_files": "Sources/*.{swift,h}"
},
{
"name": "Standard",
"source_files": "Standard/*.{swift,xib}",
"dependencies": {
"EmptyPage/Core": [
]
}
}
]
}