blob: 51170765f4a6ca0b19f3351e40cc3394f54b6ec6 [file] [log] [blame]
{
"name": "EmptyPage",
"version": "1.2.7",
"summary": "iOS - 轻量级空白页占位图框架...",
"homepage": "https://github.com/bigl055/EmptyPage",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"linhey": "linheyhan.linhey@outlook.com"
},
"source": {
"git": "https://github.com/bigl055/EmptyPage.git",
"tag": "1.2.7"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0"
},
"subspecs": [
{
"name": "Core",
"source_files": "Sources/*.{swift,h}"
},
{
"name": "Standard",
"source_files": "Standard/*.{swift,xib}",
"dependencies": {
"EmptyPage/Core": [
]
}
}
]
}