blob: 32dfe40f6b5db963d9cbe77fce6ccfb98739f547 [file] [log] [blame]
{
"name": "BabyKit",
"version": "0.1.3",
"summary": "BabyKit 一个日常开发实用Objective-C工具包(部分代码参考或直接拷贝第三方框架).依赖多个实用Cocoapod依赖库,旨在快速提升开发效率,在实际开发过程中更加顺畅,没有很高大上的技术,就是单纯为了满足日常基本开发需求。",
"description": "TODO: 针对已有的一系列类的demo编写待进行.....",
"homepage": "https://github.com/baiwulong/BabyKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"baiwulong": "1204803180@qq.com"
},
"source": {
"git": "https://github.com/baiwulong/BabyKit.git",
"tag": "0.1.3"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"public_header_files": "BabyKit/BabyKit.h",
"source_files": "BabyKit/BabyKit.h",
"frameworks": [
"UIKit",
"Foundation"
],
"subspecs": [
{
"name": "BabyHelper",
"platforms": {
"ios": "8.0"
},
"source_files": "BabyKit/BabyHelper/*.{h,m}",
"public_header_files": "BabyKit/BabyHelper/*.h",
"xcconfig": {
"HEADER_SEARCH_PATHS": "${PODS_ROOT}"
}
},
{
"name": "BabyCategory",
"platforms": {
"ios": "8.0"
},
"source_files": "BabyKit/BabyCategory/*.{h,m}",
"public_header_files": "BabyKit/BabyCategory/*.h"
},
{
"name": "BabyCustomView",
"platforms": {
"ios": "8.0"
},
"source_files": "BabyKit/BabyCustomView/*.{h,m}",
"public_header_files": "BabyKit/BabyCustomView/*.h"
},
{
"name": "BabyPodHelper",
"platforms": {
"ios": "8.0"
},
"source_files": "BabyKit/BabyPodHelper/*.{h,m}",
"public_header_files": "BabyKit/BabyPodHelper/*.h",
"xcconfig": {
"HEADER_SEARCH_PATHS": "${PODS_ROOT}"
},
"subspecs": [
{
"name": "BabyPodUIHelper",
"platforms": {
"ios": "8.0"
},
"source_files": "BabyKit/BabyPodHelper/BabyPodUIHelper/*.{h,m}",
"public_header_files": "BabyKit/BabyPodHelper/BabyPodUIHelper/*.h",
"dependencies": {
"MJRefresh": [
"~> 3.1.15.3"
],
"MBProgressHUD": [
"~> 1.1.0"
],
"DZNEmptyDataSet": [
"~> 1.8.1"
],
"CRToast": [
"~> 0.0.9"
],
"JPFPSStatus": [
"~> 0.1.1"
]
}
},
{
"name": "BabyPodToolHelper",
"platforms": {
"ios": "8.0"
},
"source_files": "BabyKit/BabyPodHelper/BabyPodToolHelper/*.{h,m}",
"public_header_files": "BabyKit/BabyPodHelper/BabyPodToolHelper/*.h",
"dependencies": {
"FMDB": [
"~> 2.7.2"
],
"DateTools": [
"~> 2.0.0"
],
"IQKeyboardManager": [
"~> 6.0.3"
],
"NullSafe": [
"~> 1.2.3"
],
"CocoaLumberjack": [
"~> 3.4.1"
],
"FBRetainCycleDetector": [
"~> 0.1.4"
],
"MLeaksFinder": [
"~> 1.0.0"
]
}
}
]
}
]
}