blob: 3687048830f8045ecaaa7a3be614a2ad893c52b3 [file] [log] [blame]
{
"name": "GKCover",
"version": "1.0.0",
"summary": "A cover for iOS.",
"description": "A cover for ios system and can custom it!",
"homepage": "https://github.com/QuintGao/GKCover",
"license": "MIT",
"authors": {
"高坤": "1094887059@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/QuintGao/GKCover.git",
"tag": "1.0.0"
},
"source_files": [
"GKCover/*",
"GKCover/**/*.h"
],
"public_header_files": "GKCover/**/*.h",
"exclude_files": "Classes/Exclude",
"frameworks": [
"Foundation",
"UIKit"
]
}