blob: 0395aeb058c4629277fe813f438e337f52957263 [file] [log] [blame]
{
"name": "XWBase",
"version": "0.1.0",
"summary": "APP 基础类",
"description": "APP 开发中常用的基础类,在这里做收集,方便以后的开发中直接继承就好。",
"homepage": "https://gitee.com/wangzhenzy/XWBase",
"license": "MIT",
"authors": {
"wangzhen": "wangzhenzy@outlook.com"
},
"source": {
"git": "https://gitee.com/wangzhenzy/XWBase.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "XWBase/Classes/**/*",
"public_header_files": "XWBase/Classes/**/*.h",
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"Reachability": [
],
"MJRefresh": [
],
"SVProgressHUD": [
],
"FDFullscreenPopGesture": [
],
"IQKeyboardManager": [
],
"CYLTabBarController": [
],
"YYModel": [
],
"YYCategories": [
]
}
}