blob: dac3d4741e83e2ca63b9bb01e399bb8d6cb05405 [file] [log] [blame]
{
"name": "EJTools",
"version": "1.0.9",
"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.9"
},
"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": "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}"
}
]
}