178 lines
5.4 KiB
JSON
178 lines
5.4 KiB
JSON
{
|
|
"name": "DDCategoryKit_Private",
|
|
"version": "0.5.3",
|
|
"summary": "A short description of DDCategoryKit_Private.",
|
|
"description": "TODO: Add long description of the pod here.",
|
|
"homepage": "https://github.com/DDIsFriend/DDCategoryKit_Private",
|
|
"license": {
|
|
"type": "MIT",
|
|
"file": "LICENSE"
|
|
},
|
|
"authors": {
|
|
"DDIsFriend": "DDIsFriend@163.com"
|
|
},
|
|
"source": {
|
|
"git": "git@github.com:DDIsFriend/DDCategoryKit_Private.git",
|
|
"tag": "0.5.3"
|
|
},
|
|
"platforms": {
|
|
"ios": "11.0"
|
|
},
|
|
"source_files": "DDCategoryKit_Private/Classes/DDCategory.h",
|
|
"pod_target_xcconfig": {
|
|
"VALID_ARCHS": "x86_64 armv7 arm64",
|
|
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64",
|
|
"OTHER_LINKER_FLAGS": "$(inherited)"
|
|
},
|
|
"subspecs": [
|
|
{
|
|
"name": "UILabel+DDCategory",
|
|
"source_files": "DDCategoryKit_Private/Classes/UILabel+DDCategory/UILabel+DDCategory.{h,m}"
|
|
},
|
|
{
|
|
"name": "NSAttributedString+DDCategory",
|
|
"source_files": "DDCategoryKit_Private/Classes/NSAttributedString+DDCategory/*.{h,m}"
|
|
},
|
|
{
|
|
"name": "UIButton+DDCategory",
|
|
"source_files": "DDCategoryKit_Private/Classes/UIButton+DDCategory/UIButton+DDCategory.{h,m}",
|
|
"dependencies": {
|
|
"DDCategoryKit_Private/NSObject+DDCategory": [
|
|
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"name": "UIView+DDCategory",
|
|
"source_files": "DDCategoryKit_Private/Classes/UIView+DDCategory/UIView+DDCategory.{h,m}"
|
|
},
|
|
{
|
|
"name": "CALayer+DDCategory",
|
|
"source_files": "DDCategoryKit_Private/Classes/CALayer+DDCategory/CALayer+DDCategory.{h,m}"
|
|
},
|
|
{
|
|
"name": "NSObject+DDCategory",
|
|
"source_files": "DDCategoryKit_Private/Classes/NSObject+DDCategory/NSObject+DDCategory.{h,m}"
|
|
},
|
|
{
|
|
"name": "UIImage+DDCategory",
|
|
"source_files": "DDCategoryKit_Private/Classes/UIImage+DDCategory/UIImage+DDCategory.{h,m}"
|
|
},
|
|
{
|
|
"name": "NSBundle+DDCategory",
|
|
"source_files": "DDCategoryKit_Private/Classes/NSBundle+DDCategory/NSBundle+DDCategory.{h,m}"
|
|
},
|
|
{
|
|
"name": "UIViewController+DDCategory",
|
|
"source_files": "DDCategoryKit_Private/Classes/UIViewController+DDCategory/UIViewController+DDCategory.{h,m}",
|
|
"dependencies": {
|
|
"DDCategoryKit_Private/NSObject+DDCategory": [
|
|
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"name": "UINavigationController+DDCategory",
|
|
"source_files": "DDCategoryKit_Private/Classes/UINavigationController+DDCategory/*.{h,m}",
|
|
"dependencies": {
|
|
"DDCategoryKit_Private/NSObject+DDCategory": [
|
|
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"name": "UITabBarController+DDCategory",
|
|
"source_files": "DDCategoryKit_Private/Classes/UITabBarController+DDCategory/*.{h,m}",
|
|
"dependencies": {
|
|
"DDCategoryKit_Private/NSObject+DDCategory": [
|
|
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"name": "UINavigationBar+DDCategory",
|
|
"source_files": "DDCategoryKit_Private/Classes/UINavigationBar+DDCategory/*.{h,m}",
|
|
"dependencies": {
|
|
"DDCategoryKit_Private/NSObject+DDCategory": [
|
|
|
|
],
|
|
"DDCategoryKit_Private/UIViewController+DDCategory": [
|
|
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"name": "UINavigationItem+DDCategory",
|
|
"source_files": "DDCategoryKit_Private/Classes/UINavigationItem+DDCategory/*.{h,m}",
|
|
"dependencies": {
|
|
"DDCategoryKit_Private/NSObject+DDCategory": [
|
|
|
|
],
|
|
"DDCategoryKit_Private/UIViewController+DDCategory": [
|
|
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"name": "NSThread+DDCategory",
|
|
"source_files": "DDCategoryKit_Private/Classes/NSThread+DDCategory/*.{h,m}"
|
|
},
|
|
{
|
|
"name": "UIApplication+DDCategory",
|
|
"source_files": "DDCategoryKit_Private/Classes/UIApplication+DDCategory/*.{h,m}"
|
|
},
|
|
{
|
|
"name": "UIWindow+DDCategory",
|
|
"source_files": "DDCategoryKit_Private/Classes/UIWindow+DDCategory/*.{h,m}"
|
|
},
|
|
{
|
|
"name": "UIScreen+DDCategory",
|
|
"source_files": "DDCategoryKit_Private/Classes/UIScreen+DDCategory/*.{h,m}"
|
|
},
|
|
{
|
|
"name": "NSURL+DDCategory",
|
|
"source_files": "DDCategoryKit_Private/Classes/NSURL+DDCategory/*.{h,m}"
|
|
},
|
|
{
|
|
"name": "UIFont+DDCategory",
|
|
"source_files": "DDCategoryKit_Private/Classes/UIFont+DDCategory/*.{h,m}"
|
|
},
|
|
{
|
|
"name": "UIBarButtonItem+DDCategory",
|
|
"source_files": "DDCategoryKit_Private/Classes/UIBarButtonItem+DDCategory/*.{h,m}"
|
|
},
|
|
{
|
|
"name": "UITableView+DDCategory",
|
|
"source_files": "DDCategoryKit_Private/Classes/UITableView+DDCategory/*.{h,m}"
|
|
},
|
|
{
|
|
"name": "UITableViewCell+DDCategory",
|
|
"source_files": "DDCategoryKit_Private/Classes/UITableViewCell+DDCategory/*.{h,m}"
|
|
},
|
|
{
|
|
"name": "UICollectionView+DDCategory",
|
|
"source_files": "DDCategoryKit_Private/Classes/UICollectionView+DDCategory/*.{h,m}"
|
|
},
|
|
{
|
|
"name": "UICollectionViewCell+DDCategory",
|
|
"source_files": "DDCategoryKit_Private/Classes/UICollectionViewCell+DDCategory/*.{h,m}"
|
|
},
|
|
{
|
|
"name": "UIImageView+DDCategory",
|
|
"source_files": "DDCategoryKit_Private/Classes/UIImageView+DDCategory/*.{h,m}"
|
|
},
|
|
{
|
|
"name": "UITextField+DDCategory",
|
|
"source_files": "DDCategoryKit_Private/Classes/UITextField+DDCategory/*.{h,m}"
|
|
},
|
|
{
|
|
"name": "UITextView+DDCategory",
|
|
"source_files": "DDCategoryKit_Private/Classes/UITextView+DDCategory/*.{h,m}"
|
|
},
|
|
{
|
|
"name": "UIScrollView+DDCategory",
|
|
"source_files": "DDCategoryKit_Private/Classes/UIScrollView+DDCategory/*.{h,m}"
|
|
}
|
|
]
|
|
}
|