blob: 16c0799bd09da624362c2082313a1990a93f0e9a [file] [log] [blame]
{
"name": "EJTools",
"version": "1.0.7",
"summary": "开发过程中的一些第三方再封装",
"homepage": "https://github.com/Lius1104/EJTools",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Lius": "849763605@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/Lius1104/EJTools.git",
"tag": "1.0.7"
},
"source_files": "EJTools/EJTools.h",
"public_header_files": "EJTools/EJTools.h",
"resources": "EJTools/EJTools.bundle",
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true,
"dependencies": {
"YYKit": [
]
},
"subspecs": [
{
"name": "EJWebImgCache",
"platforms": {
"ios": "8.0"
},
"public_header_files": "EJTools/EJWebImgCache/**/*.h",
"source_files": "EJTools/EJWebImgCache/**/*.{h,m}",
"dependencies": {
"SDWebImage": [
]
}
},
{
"name": "EmptyPage",
"platforms": {
"ios": "8.0"
},
"public_header_files": "EJTools/EmptyPage/*.h",
"source_files": "EJTools/EmptyPage/*.{h,m}",
"dependencies": {
"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}"
},
{
"name": "Model",
"platforms": {
"ios": "8.0"
},
"public_header_files": "EJTools/Model/*.h",
"source_files": "EJTools/Model/*.{h,m}"
},
{
"name": "EJWarningCardView",
"platforms": {
"ios": "8.0"
},
"public_header_files": "EJTools/EJWarningCardView/*.h",
"source_files": "EJTools/EJWarningCardView/*.{h,m}"
}
]
}