blob: f423e6fb0cda592002d5d700bc38c4515ca3646e [file] [log] [blame]
{
"name": "XWCategory",
"version": "0.1.0",
"summary": "APP 开发中的常见的分类",
"description": "APP 开发中常用的分类,在这里做收集,方便以后的开发中直接继承就好。",
"homepage": "https://gitee.com/wangzhenzy/XWCategory",
"license": "MIT",
"authors": {
"wangzhen": "wangzhenzy@outlook.com"
},
"source": {
"git": "https://gitee.com/wangzhenzy/XWCategory.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"subspecs": [
{
"name": "XWCUIkit",
"source_files": "XWCategory/Classes/UIkit/**/*.{h,m}",
"public_header_files": "XWCategory/Classes/UIkit/**/*.h",
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"MJRefresh": [
],
"ReactiveObjC": [
]
}
},
{
"name": "XWCFoundation",
"source_files": "XWCategory/Classes/Foundation/**/*.{h,m}",
"public_header_files": "XWCategory/Classes/Foundation/**/*.h",
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"XWCategory/XWCUIkit": [
]
}
},
{
"name": "XWCCommon",
"source_files": "XWCategory/Classes/Common/**/*.{h,m}",
"public_header_files": "XWCategory/Classes/Common/**/*.h",
"frameworks": [
"UIKit",
"Foundation"
]
},
{
"name": "XWCOthers",
"source_files": "XWCategory/Classes/Others/**/*.{h,m}",
"public_header_files": "XWCategory/Classes/Others/**/*.h",
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"LCActionSheet": [
],
"SVProgressHUD": [
]
}
}
]
}