update
This commit is contained in:
177
Pods/Local Podspecs/DDCategoryKit_Private.podspec.json
generated
Normal file
177
Pods/Local Podspecs/DDCategoryKit_Private.podspec.json
generated
Normal file
@@ -0,0 +1,177 @@
|
||||
{
|
||||
"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}"
|
||||
}
|
||||
]
|
||||
}
|
||||
99
Pods/Local Podspecs/ZFPlayer.podspec.json
generated
99
Pods/Local Podspecs/ZFPlayer.podspec.json
generated
@@ -1,99 +0,0 @@
|
||||
{
|
||||
"name": "ZFPlayer",
|
||||
"version": "4.0.5",
|
||||
"summary": "A good player made by renzifeng",
|
||||
"homepage": "https://github.com/renzifeng/ZFPlayer",
|
||||
"license": {
|
||||
"type": "MIT",
|
||||
"file": "LICENSE"
|
||||
},
|
||||
"authors": {
|
||||
"renzifeng": "zifeng1300@gmail.com"
|
||||
},
|
||||
"source": {
|
||||
"git": "https://github.com/renzifeng/ZFPlayer.git",
|
||||
"tag": "4.0.5"
|
||||
},
|
||||
"social_media_url": "http://weibo.com/zifeng1300",
|
||||
"platforms": {
|
||||
"ios": "8.0"
|
||||
},
|
||||
"requires_arc": true,
|
||||
"static_framework": true,
|
||||
"default_subspecs": "Core",
|
||||
"pod_target_xcconfig": {
|
||||
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
|
||||
},
|
||||
"user_target_xcconfig": {
|
||||
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
|
||||
},
|
||||
"subspecs": [
|
||||
{
|
||||
"name": "Core",
|
||||
"source_files": "ZFPlayer/Classes/Core/**/*",
|
||||
"public_header_files": "ZFPlayer/Classes/Core/**/*.h",
|
||||
"frameworks": [
|
||||
"UIKit",
|
||||
"MediaPlayer",
|
||||
"AVFoundation"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "ControlView",
|
||||
"source_files": "ZFPlayer/Classes/ControlView/**/*.{h,m}",
|
||||
"public_header_files": "ZFPlayer/Classes/ControlView/**/*.h",
|
||||
"resources": "ZFPlayer/Classes/ControlView/ZFPlayer.bundle",
|
||||
"dependencies": {
|
||||
"ZFPlayer/Core": [
|
||||
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "AVPlayer",
|
||||
"source_files": "ZFPlayer/Classes/AVPlayer/**/*.{h,m}",
|
||||
"public_header_files": "ZFPlayer/Classes/AVPlayer/**/*.h",
|
||||
"dependencies": {
|
||||
"ZFPlayer/Core": [
|
||||
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "ijkplayer",
|
||||
"source_files": [
|
||||
"ZFPlayer/Classes/ijkplayer/ZFIJKPlayerManager.{h,m}",
|
||||
"ZFPlayer/Classes/ijkplayer/*.frameworks/Headers/*.h"
|
||||
],
|
||||
"public_header_files": [
|
||||
"ZFPlayer/Classes/ijkplayer/ZFIJKPlayerManager.h",
|
||||
"ZFPlayer/Classes/ijkplayer/*.frameworks/Headers/*.h"
|
||||
],
|
||||
"dependencies": {
|
||||
"ZFPlayer/Core": [
|
||||
|
||||
]
|
||||
},
|
||||
"vendored_frameworks": "ZFPlayer/Classes/ijkplayer/IJKMediaFramework.framework",
|
||||
"frameworks": [
|
||||
"AudioToolbox",
|
||||
"AVFoundation",
|
||||
"CoreGraphics",
|
||||
"CoreMedia",
|
||||
"CoreVideo",
|
||||
"MobileCoreServices",
|
||||
"OpenGLES",
|
||||
"QuartzCore",
|
||||
"VideoToolbox",
|
||||
"Foundation",
|
||||
"UIKit",
|
||||
"MediaPlayer"
|
||||
],
|
||||
"libraries": [
|
||||
"bz2",
|
||||
"z",
|
||||
"c++"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user