blob: 694ddb7d8ddc86d242ab0e2f6f1dce8e37ae35a6 [file] [log] [blame]
{
"name": "ZKCategories",
"version": "0.3.1",
"summary": "A short description of ZKCategories.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/kaiser143/ZKCategories",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Kaiser": "deyang143@126.com"
},
"source": {
"git": "https://github.com/kaiser143/ZKCategories.git",
"tag": "0.3.1"
},
"requires_arc": true,
"platforms": {
"ios": "7.0"
},
"default_subspecs": "Core",
"libraries": "z",
"subspecs": [
{
"name": "Core",
"source_files": "ZKCategories/Classes/**/*"
},
{
"name": "ZKKVOSAFE",
"dependencies": {
"ZKCategories/Core": [
]
},
"pod_target_xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "KVOSAFE=1"
}
}
]
}