blob: 8880c4cf22007fb9976dd188d430d7ab007baebf [file] [log] [blame]
{
"name": "KPFrameworkObjC",
"version": "1.1.0",
"summary": "A short description of KPFrameworkObjC.",
"description": "KPFramework for ObjC",
"homepage": "https://github.com/xuwaer/KPFrameworkObjC.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"xuwaer@gmail.com": "xuwaer@126.com"
},
"source": {
"git": "https://github.com/xuwaer/KPFrameworkObjC.git",
"tag": "1.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "KPFrameworkObjC/Classes/**/*",
"dependencies": {
"Reachability": [
"~> 3.2"
]
},
"compiler_flags": [
"-Wunused-variable",
"-Wdocumentation",
"-Wdeprecated-declarations",
"-Wunused-comparison"
]
}