blob: aed0a8d1b92b1b854ddec8cb23347f9387aa3fe5 [file] [log] [blame]
{
"name": "WYJKit",
"version": "1.0.3",
"summary": "WYJKit",
"description": "category and empty",
"homepage": "https://github.com/MemoryKing/WYJKit.git",
"license": "MIT",
"authors": {
"╰莪呮想好好宠Nǐつ ": "1091676312@qq.com"
},
"source": {
"git": "https://github.com/MemoryKing/WYJKit.git",
"tag": "1.0.3"
},
"platforms": {
"ios": "8.0"
},
"frameworks": [
"UIKit",
"Foundation",
"AVFoundation",
"WebKit"
],
"public_header_files": "WYJKit/**/WYJKitHeader.{h}",
"requires_arc": true,
"subspecs": [
{
"name": "WYJCategory",
"public_header_files": "WYJKit/WYJCategory/**/*.{h}",
"source_files": "WYJKit/WYJCategory/**/*.{h,m}"
},
{
"name": "WBaseEmpty",
"public_header_files": "WYJKit/WBaseEmpty/**/*.{h}",
"source_files": "WYJKit/WBaseEmpty/**/*.{h,m}",
"dependencies": {
"DZNEmptyDataSet": [
],
"MJRefresh": [
]
}
}
]
}