blob: 2bec03681611c7667d4805c3d9784cecd418cd4f [file] [log] [blame]
{
"name": "EmptyPage",
"version": "1.1.0",
"summary": "空白页占位",
"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.1.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0"
},
"pushed_with_swift_version": "4.0",
"subspecs": [
{
"name": "Core",
"source_files": "Sources/**"
},
{
"name": "Resources",
"source_files": "Resources/**",
"dependencies": {
"EmptyPage/Core": [
]
}
}
]
}