blob: 47635c60f5f05aa41ebb27993396ea56830bf3fe [file] [log] [blame]
{
"name": "XQKit",
"version": "1.3",
"summary": "XQKit is useful kit.",
"description": "XQKit is Some commonly used tools are packaged to facilitate rapid integration of projects.",
"homepage": "https://github.com/hssdx/XQKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"hssdx": "hssdx@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/hssdx/XQKit.git",
"tag": "1.3"
},
"source_files": [
"XQKit/XQKit.h",
"XQCategories/*.{h,m}",
"XQCategories/**/*.{h,m}",
"XQUIKit/*.{h,m}",
"XQUIKit/**/*.{h,m}",
"XQUtils/*.{h,m}",
"XQUtils/**/*.{h,m}"
],
"public_header_files": [
"XQKit/XQKit.h",
"XQCategories/*.{h}",
"XQCategories/**/*.{h}",
"XQUIKit/*.{h}",
"XQUIKit/**/*.{h}",
"XQUtils/*.{h}",
"XQUtils/**/*.{h}"
],
"frameworks": [
"CoreFoundation",
"UIKit",
"YYKit",
"MBProgressHUD",
"Masonry"
],
"requires_arc": true,
"dependencies": {
"YYKit": [
],
"MBProgressHUD": [
],
"Masonry": [
]
}
}