blob: 958bbc21d83508de0131edbdd60f6cbcace14dfb [file] [log] [blame]
{
"name": "WWKit",
"version": "0.0.5",
"summary": "WWKit基础库",
"description": "WWKit是iOS项目通用基础库",
"homepage": "https://github.com/wuxuezhen/WWKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"wuxuezhen": "xzzhenw@163.com"
},
"source": {
"git": "https://github.com/wuxuezhen/WWKit.git",
"tag": "0.0.5"
},
"platforms": {
"ios": "9.0"
},
"frameworks": "UIKit",
"dependencies": {
"MBProgressHUD": [
],
"YYKit": [
],
"AFNetworking": [
],
"MJRefresh": [
]
},
"subspecs": [
{
"name": "WWGCD",
"source_files": "WWKit/Classes/WWGCD"
}
]
}