blob: 17b2e201c334307351139cf5b0d8ac54de980174 [file] [log] [blame]
{
"name": "ZHJKit",
"version": "0.0.5",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "An iOS development Kit.",
"homepage": "https://github.com/HuajingZeng/ZHJKit",
"authors": {
"Kevin Zeng": "503132987@qq.com"
},
"social_media_url": "http://huajingzeng.com",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/HuajingZeng/ZHJKit.git",
"tag": "0.0.5"
},
"source_files": "ZHJKit/ZHJKit.h",
"public_header_files": "ZHJKit/ZHJKit.h",
"requires_arc": true,
"frameworks": "UIKit",
"subspecs": [
{
"name": "Category",
"public_header_files": "ZHJKit/Category/*.h",
"source_files": "ZHJKit/Category/*.{h,m}"
},
{
"name": "Marco",
"public_header_files": "ZHJKit/Marco/*.h",
"source_files": "ZHJKit/Marco/*.{h,m}"
},
{
"name": "UI",
"dependencies": {
"ZHJKit/Marco": [
],
"ZHJKit/Category": [
],
"ZHJKit/Utility": [
]
},
"public_header_files": "ZHJKit/UI/*.h",
"source_files": "ZHJKit/UI/*.{h,m}"
},
{
"name": "Utility",
"dependencies": {
"ZHJKit/Marco": [
]
},
"public_header_files": "ZHJKit/Utility/*.h",
"source_files": "ZHJKit/Utility/*.{h,m}"
}
]
}