blob: eb0ec93b43a5e0613b46a5c1e35faeb22be2a786 [file] [log] [blame]
{
"name": "ZHCustomKit",
"version": "0.0.1",
"summary": "A summary of ZHCustomKit.",
"description": "a repository demo, is create for test for use cocoapods manager",
"homepage": "https://github.com/lovt/ZHCustomKit",
"source": {
"git": "https://github.com/lovt/ZHCustomKit.git",
"tag": "0.0.1"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"lovt": "18381671632@163.com"
},
"platforms": {
"ios": "9.0"
},
"source_files": "ZHCustomKit/ZHCustomCommon.{h,m}",
"subspecs": [
{
"name": "QBCategory",
"source_files": "ZHCustomKit/QBCategory/*.{h,m}",
"frameworks": "UIKit"
},
{
"name": "DeviceInfo",
"source_files": "ZHCustomKit/DeviceInfo/*.{h,m}"
}
]
}