blob: d374954cec262724f2a2f0dca1ef49295a357181 [file] [log] [blame]
{
"name": "EJTools",
"version": "1.4.2",
"summary": "开发过程中的一些常用方法",
"homepage": "https://gitee.com/laushuang/EJTools",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Lius": "849763605@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://gitee.com/laushuang/EJTools.git",
"tag": "1.4.2"
},
"source_files": "EJTools/EJTools.h",
"public_header_files": "EJTools/EJTools.h",
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true,
"subspecs": [
{
"name": "EmptyPage",
"platforms": {
"ios": "8.0"
},
"public_header_files": "EJTools/EmptyPage/*.h",
"source_files": "EJTools/EmptyPage/*.{h,m}",
"dependencies": {
"EJTools/Category": [
],
"DZNEmptyDataSet": [
],
"LSToolsKit": [
]
}
},
{
"name": "ProgressHUD",
"platforms": {
"ios": "8.0"
},
"public_header_files": "EJTools/ProgressHUD/*.h",
"source_files": "EJTools/ProgressHUD/*.{h,m}",
"dependencies": {
"MBProgressHUD": [
]
}
},
{
"name": "RefreshControl",
"platforms": {
"ios": "8.0"
},
"public_header_files": "EJTools/RefreshControl/*.h",
"source_files": "EJTools/RefreshControl/*.{h,m}",
"dependencies": {
"MJRefresh": [
]
}
},
{
"name": "Category",
"platforms": {
"ios": "8.0"
},
"public_header_files": "EJTools/Category/*.h",
"source_files": "EJTools/Category/*.{h,m}",
"dependencies": {
"EJTools/Model": [
]
}
},
{
"name": "Model",
"platforms": {
"ios": "8.0"
},
"public_header_files": "EJTools/Model/*.h",
"source_files": "EJTools/Model/*.{h,m}"
},
{
"name": "EJWebCache",
"platforms": {
"ios": "8.0"
},
"public_header_files": "EJTools/EJWebCache/*.h",
"source_files": "EJTools/EJWebCache/*.{h,m}",
"dependencies": {
"SDWebImage": [
]
}
}
]
}