blob: 44137a6c95dfcd458f1dfce3f63cb5cf334d7e90 [file] [log] [blame]
{
"name": "YNCommonTools",
"version": "1.0.2",
"license": "MIT",
"summary": "优化导航控制器、增加验证码输入框",
"homepage": "https://github.com/JD0327/YNCommonTools",
"authors": {
"GentlemanJ": "1011001397@qq.com"
},
"source": {
"git": "https://github.com/JD0327/YNCommonTools.git",
"tag": "1.0.2"
},
"requires_arc": true,
"dependencies": {
"MJRefresh": [
]
},
"platforms": {
"ios": "8.0"
},
"resources": "YNCommonTools/Resources.bundle",
"source_files": [
"YNCommonTools/YNCommonTools.h",
"YNCommonTools/YNCommonMethod.h"
],
"subspecs": [
{
"name": "Base",
"source_files": [
"YNCommonTools/YNAppDelegate.{h,m}",
"YNCommonTools/YNBaseViewController.{h,m}"
],
"public_header_files": [
"YNCommonTools/YNAppDelegate.h",
"YNCommonTools/YNBaseViewController.h"
]
},
{
"name": "Catetory",
"source_files": [
"YNCommonTools/UIImage+YNExtension.{h,m}",
"YNCommonTools/NSDate+YNExtension.{h,m}",
"YNCommonTools/UIView+YNExtension.{h,m}"
],
"public_header_files": [
"YNCommonTools/UIImage+YNExtension.h",
"YNCommonTools/NSDate+YNExtension.h",
"YNCommonTools/UIView+YNExtension.h"
]
},
{
"name": "Module",
"subspecs": [
{
"name": "Refresh",
"source_files": [
"YNCommonTools/YNRefreshNormalFooter.{h,m}",
"YNCommonTools/YNRefreshNormalHeader.{h,m}",
"YNCommonTools/YNRefreshConfig.{h,m}"
],
"public_header_files": [
"YNCommonTools/YNRefreshNormalFooter.h",
"YNCommonTools/YNRefreshNormalHeader.h",
"YNCommonTools/YNRefreshConfig.h"
]
},
{
"name": "NavigationController",
"source_files": [
"YNCommonTools/UIViewController+RTRootNavigationController.{h,m}",
"YNCommonTools/RTRootNavigationController.{h,m}"
],
"public_header_files": [
"YNCommonTools/UIViewController+RTRootNavigationController.h",
"YNCommonTools/RTRootNavigationController.h"
]
},
{
"name": "TWTextInputView",
"source_files": "YNCommonTools/TWTextInputView.{h,m}",
"public_header_files": "YNCommonTools/TWTextInputView.h"
},
{
"name": "WSDatePickerView",
"source_files": "YNCommonTools/WSDatePickerView.{h,m}",
"public_header_files": "YNCommonTools/WSDatePickerView.h",
"dependencies": {
"YNCommonTools/Catetory": [
]
}
},
{
"name": "YNRBDMuteSwitch",
"source_files": "YNCommonTools/YNRBDMuteSwitch.{h,m}",
"public_header_files": "YNCommonTools/YNRBDMuteSwitch.h"
},
{
"name": "YNVerifyCodeView",
"source_files": "YNCommonTools/YNVerifyCodeView.{h,m}",
"public_header_files": "YNCommonTools/YNVerifyCodeView.h"
},
{
"name": "YNBannerView",
"source_files": [
"YNCommonTools/YNBannerView.{h,m}",
"YNCommonTools/YNBannerViewMaker.{h,m}",
"YNCommonTools/YNBannerShareManager.{h,m}"
],
"public_header_files": [
"YNCommonTools/YNBannerView.h",
"YNCommonTools/YNBannerViewMaker.h",
"YNCommonTools/YNBannerShareManager.h"
],
"dependencies": {
"YNCommonTools/Module/YNRBDMuteSwitch": [
]
}
}
]
}
]
}