| { |
| "name": "BabyKit", |
| "version": "0.1.0", |
| "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.0" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "requires_arc": true, |
| "public_header_files": "BabyKit/BabyKit.h", |
| "source_files": "BabyKit/BabyKit.h", |
| "frameworks": [ |
| "UIKit", |
| "Foundation" |
| ], |
| "subspecs": [ |
| { |
| "name": "BBHelper", |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "BabyKit/BBHelper/*.{h,m}", |
| "public_header_files": "BabyKit/BBHelper/*.h", |
| "subspecs": [ |
| { |
| "name": "BBToolsHelper", |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "BabyKit/BBHelper/BBToolsHelper/*.{h,m}", |
| "public_header_files": "BabyKit/BBHelper/BBToolsHelper/*.h" |
| }, |
| { |
| "name": "BBUIHelper", |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "BabyKit/BBHelper/BBUIHelper/*.{h,m}", |
| "public_header_files": "BabyKit/BBHelper/BBUIHelper/*.h" |
| } |
| ] |
| }, |
| { |
| "name": "BBCategory", |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "BabyKit/BBCategory/*.{h,m}", |
| "public_header_files": "BabyKit/BBCategory/*.h" |
| }, |
| { |
| "name": "BBView", |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "BabyKit/BBView/*.{h,m}", |
| "public_header_files": "BabyKit/BBView/*.h" |
| }, |
| { |
| "name": "BBPodManager", |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "BabyKit/BBPodManager/*.{h,m}", |
| "public_header_files": "BabyKit/BBPodManager/*.h", |
| "xcconfig": { |
| "HEADER_SEARCH_PATHS": "${PODS_ROOT}" |
| }, |
| "subspecs": [ |
| { |
| "name": "BBPodUIManager", |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "BabyKit/BBPodManager/BBPodUIManager/*.{h,m}", |
| "public_header_files": "BabyKit/BBPodManager/BBPodUIManager/*.h", |
| "dependencies": { |
| "MJRefresh": [ |
| "~> 3.1.15.3" |
| ], |
| "MBProgressHUD": [ |
| "~> 1.1.0" |
| ], |
| "DZNEmptyDataSet": [ |
| "~> 1.8.1" |
| ], |
| "CRToast": [ |
| "~> 0.0.9" |
| ], |
| "JPFPSStatus": [ |
| "~> 0.1.1" |
| ] |
| } |
| }, |
| { |
| "name": "BBPodToolManager", |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "BabyKit/BBPodManager/BBPodToolManager/*.{h,m}", |
| "public_header_files": "BabyKit/BBPodManager/BBPodToolManager/*.h", |
| "dependencies": { |
| "Masonry": [ |
| "~> 1.1.0" |
| ], |
| "CTMediator": [ |
| "~> 13" |
| ], |
| "FMDB": [ |
| "~> 2.7.2" |
| ], |
| "DateTools": [ |
| "~> 2.0.0" |
| ], |
| "IQKeyboardManager": [ |
| "~> 6.0.3" |
| ], |
| "CocoaLumberjack": [ |
| "~> 3.4.1" |
| ], |
| "FBRetainCycleDetector": [ |
| "~> 0.1.4" |
| ], |
| "MLeaksFinder": [ |
| "~> 1.0.0" |
| ] |
| } |
| } |
| ] |
| } |
| ] |
| } |