update
This commit is contained in:
177
Pods/Local Podspecs/DDCategoryKit_Private.podspec.json
generated
177
Pods/Local Podspecs/DDCategoryKit_Private.podspec.json
generated
@@ -1,177 +0,0 @@
|
||||
{
|
||||
"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}"
|
||||
}
|
||||
]
|
||||
}
|
||||
164
Pods/Local Podspecs/DDControlsKit_Private.podspec.json
generated
164
Pods/Local Podspecs/DDControlsKit_Private.podspec.json
generated
@@ -1,164 +0,0 @@
|
||||
{
|
||||
"name": "DDControlsKit_Private",
|
||||
"version": "0.1.1",
|
||||
"summary": "A short description of DDControlsKit_Private.",
|
||||
"description": "TODO: Add long description of the pod here.",
|
||||
"homepage": "https://github.com/DDIsFriend/DDControlsKit_Private",
|
||||
"license": {
|
||||
"type": "MIT",
|
||||
"file": "LICENSE"
|
||||
},
|
||||
"authors": {
|
||||
"DDIsFriend": "DDIsFriend@163.com"
|
||||
},
|
||||
"source": {
|
||||
"git": "git@github.com:DDIsFriend/DDControlsKit_Private.git",
|
||||
"tag": "0.1.1"
|
||||
},
|
||||
"platforms": {
|
||||
"ios": "11.0"
|
||||
},
|
||||
"source_files": "DDControlsKit_Private/Classes/**/*",
|
||||
"pod_target_xcconfig": {
|
||||
"VALID_ARCHS": "x86_64 armv7 arm64",
|
||||
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64",
|
||||
"OTHER_LINKER_FLAGS": "$(inherited)"
|
||||
},
|
||||
"subspecs": [
|
||||
{
|
||||
"name": "DDButton",
|
||||
"source_files": "DDControlsKit_Private/Classes/DDButton/*",
|
||||
"dependencies": {
|
||||
"DDBasicControlsKit_Private/DDBaseButton": [
|
||||
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "DDLabel",
|
||||
"source_files": "DDControlsKit_Private/Classes/DDLabel/*",
|
||||
"dependencies": {
|
||||
"DDBasicControlsKit_Private/DDBaseLabel": [
|
||||
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "DDTableView",
|
||||
"source_files": "DDControlsKit_Private/Classes/DDTableView/*",
|
||||
"dependencies": {
|
||||
"DDBasicControlsKit_Private/DDBaseTableView": [
|
||||
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "DDTableViewCell",
|
||||
"source_files": "DDControlsKit_Private/Classes/DDTableViewCell/*",
|
||||
"dependencies": {
|
||||
"DDBasicControlsKit_Private/DDBaseTableViewCell": [
|
||||
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "DDViewController",
|
||||
"source_files": "DDControlsKit_Private/Classes/DDViewController/*",
|
||||
"dependencies": {
|
||||
"DDBasicControlsKit_Private/DDBaseViewController": [
|
||||
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "DDView",
|
||||
"source_files": "DDControlsKit_Private/Classes/DDView/*",
|
||||
"dependencies": {
|
||||
"DDBasicControlsKit_Private/DDBaseView": [
|
||||
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "DDImage",
|
||||
"source_files": "DDControlsKit_Private/Classes/DDImage/*",
|
||||
"dependencies": {
|
||||
"DDBasicControlsKit_Private/DDBaseImage": [
|
||||
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "DDImageView",
|
||||
"source_files": "DDControlsKit_Private/Classes/DDImageView/*",
|
||||
"dependencies": {
|
||||
"DDBasicControlsKit_Private/DDBaseImageView": [
|
||||
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "DDTextField",
|
||||
"source_files": "DDControlsKit_Private/Classes/DDTextField/*",
|
||||
"dependencies": {
|
||||
"DDBasicControlsKit_Private/DDBaseTextField": [
|
||||
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "DDTextView",
|
||||
"source_files": "DDControlsKit_Private/Classes/DDTextView/*",
|
||||
"dependencies": {
|
||||
"DDBasicControlsKit_Private/DDBaseTextView": [
|
||||
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "DDNavigationController",
|
||||
"source_files": "DDControlsKit_Private/Classes/DDNavigationController/*",
|
||||
"dependencies": {
|
||||
"DDBasicControlsKit_Private/DDBaseNavigationController": [
|
||||
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "DDAttributedString",
|
||||
"source_files": "DDControlsKit_Private/Classes/DDAttributedString/*",
|
||||
"dependencies": {
|
||||
"DDBasicControlsKit_Private/DDBaseAttributedString": [
|
||||
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "DDScrollView",
|
||||
"source_files": "DDControlsKit_Private/Classes/DDScrollView/*",
|
||||
"dependencies": {
|
||||
"DDBasicControlsKit_Private/DDBaseScrollView": [
|
||||
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "DDCollectionView",
|
||||
"source_files": "DDControlsKit_Private/Classes/DDCollectionView/*",
|
||||
"dependencies": {
|
||||
"DDBasicControlsKit_Private/DDBaseCollectionView": [
|
||||
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "DDCollectionViewCell",
|
||||
"source_files": "DDControlsKit_Private/Classes/DDCollectionViewCell/*",
|
||||
"dependencies": {
|
||||
"DDBasicControlsKit_Private/DDBaseCollectionViewCell": [
|
||||
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user