blob: 4f7c2d085c4933a7019c5ebbbbe24476eb39fbbf [file] [log] [blame]
{
"name": "EJTools",
"version": "1.0.2",
"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.2"
},
"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": [
]
}
}
]
}