blob: d73ef747456fbf92b37120c581232abc0e56a31c [file] [log] [blame]
{
"name": "ZHkit",
"version": "1.0.0",
"summary": "开发常用工具和系统类扩展",
"homepage": "https://github.com/coderapple/ZHKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"coderapple": "coderapple@yeah.net"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"frameworks": [
"UIKit",
"Foundation",
"QuartzCore"
],
"source": {
"git": "https://github.com/coderapple/ZHKit.git",
"tag": "1.0.0"
},
"source_files": "Pod/Classes/ZHKit.h",
"subspecs": [
{
"name": "Foundation",
"source_files": [
"Pod/Classes/Foundation/*",
"Pod/Classes/Foundation/PinYin4Objc/*"
]
},
{
"name": "UIKit",
"source_files": "Pod/Classes/UIKit/*.{h,m}"
}
]
}