blob: fc48f63e7068f8c2f886a8e86834ab373023083e [file] [log] [blame]
{
"name": "XWCocoa",
"version": "0.2.3",
"summary": "一个简单的Kit框架。",
"description": "收集了 在开发中常用的工具类,在这里做统一管理 让以后的使用更加方便。",
"homepage": "https://gitee.com/wangzhenzy/XWCocoa",
"license": "MIT",
"authors": {
"wangzhen": "wangzhenzy@outlook.com"
},
"source": {
"git": "https://gitee.com/wangzhenzy/XWCocoa.git",
"tag": "0.2.3"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"subspecs": [
{
"name": "Category",
"source_files": "XWCocoa/Classes/Categories/**/*.{h,m}",
"public_header_files": "XWCocoa/Classes/Categories/**/*.h",
"frameworks": "UIKit",
"dependencies": {
"SDWebImage": [
],
"AFNetworking": [
]
}
},
{
"name": "Views",
"source_files": "XWCocoa/Classes/Views/**/*.{h,m}",
"public_header_files": "XWCocoa/Classes/Views/**/*.h",
"frameworks": "UIKit",
"dependencies": {
"XWCocoa/Category": [
],
"Masonry": [
],
"QMUIKit": [
]
}
},
{
"name": "Manager",
"source_files": "XWCocoa/Classes/Manager/**/*.{h,m}",
"public_header_files": "XWCocoa/Classes/Manager/**/*.h",
"frameworks": "StoreKit",
"dependencies": {
"JLRoutes": [
],
"FMDB": [
],
"Masonry": [
],
"YYDispatchQueuePool": [
]
}
},
{
"name": "Utility",
"source_files": "XWCocoa/Classes/Utility/**/*.{h,m}",
"public_header_files": "XWCocoa/Classes/Utility/**/*.h",
"frameworks": "UIKit",
"dependencies": {
"IGListKit": [
],
"RealReachability": [
]
}
},
{
"name": "QMUICommon",
"source_files": "XWCocoa/Classes/QMUICommon/**/*.{h,m}",
"public_header_files": "XWCocoa/Classes/QMUICommon/**/*.h",
"frameworks": "UIKit",
"dependencies": {
"QMUIKit": [
]
}
},
{
"name": "XWNetWork",
"source_files": "XWCocoa/Classes/XWNetWork/**/*.{h,m}",
"public_header_files": "XWCocoa/Classes/XWNetWork/**/*.h",
"frameworks": "UIKit",
"dependencies": {
"YTKNetwork": [
],
"SVProgressHUD": [
]
}
},
{
"name": "XWHttp",
"source_files": "XWCocoa/Classes/XWHttp/**/*.{h,m}",
"public_header_files": "XWCocoa/Classes/XWHttp/**/*.h",
"frameworks": "UIKit",
"subspecs": [
{
"name": "Lib",
"dependencies": {
"AFNetworking": [
]
},
"source_files": "XWCocoa/Classes/XWHttp/Lib/**/*.{h,m}",
"public_header_files": "XWCocoa/Classes/XWHttp/Lib/**/*.h"
},
{
"name": "Core",
"dependencies": {
"XWCocoa/XWHttp/Lib": [
]
},
"source_files": "XWCocoa/Classes/XWHttp/Core/**/*.{h,m}",
"public_header_files": "XWCocoa/Classes/XWHttp/Core/**/*.h"
}
]
}
]
}