blob: 48c25974f1c05e654149ba1b8937517dc7b9c5f2 [file] [log] [blame]
{
"name": "XWCocoa",
"version": "0.0.1",
"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.0.1"
},
"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"
},
{
"name": "Views",
"source_files": "XWCocoa/Classes/Views/**/*.{h,m}",
"public_header_files": "XWCocoa/Classes/Views/**/*.h",
"frameworks": "UIKit",
"dependencies": {
"Masonry": [
]
}
}
]
}