initial
This commit is contained in:
38
Pods/Local Podspecs/DDNetworkingOfAlamofireKit_Private.podspec.json
generated
Normal file
38
Pods/Local Podspecs/DDNetworkingOfAlamofireKit_Private.podspec.json
generated
Normal file
@@ -0,0 +1,38 @@
|
||||
{
|
||||
"name": "DDNetworkingOfAlamofireKit_Private",
|
||||
"version": "0.1.7",
|
||||
"summary": "A short description of DDNetworkingOfAlamofireKit_Private.",
|
||||
"description": "TODO: Add long description of the pod here.",
|
||||
"homepage": "https://github.com/DDIsFriend/DDNetworkingOfAlamofireKit_Private",
|
||||
"license": {
|
||||
"type": "MIT",
|
||||
"file": "LICENSE"
|
||||
},
|
||||
"authors": {
|
||||
"DDIsFriend": "DDIsFriend@163.com"
|
||||
},
|
||||
"source": {
|
||||
"git": "git@github.com:DDIsFriend/DDNetworkingOfAlamofireKit_Private.git",
|
||||
"tag": "0.1.7"
|
||||
},
|
||||
"platforms": {
|
||||
"ios": "11.0"
|
||||
},
|
||||
"source_files": "DDNetworkingOfAlamofireKit_Private/Classes/**/*",
|
||||
"dependencies": {
|
||||
"Alamofire": [
|
||||
|
||||
],
|
||||
"RxSwift": [
|
||||
|
||||
],
|
||||
"DDLogKit_Private": [
|
||||
|
||||
]
|
||||
},
|
||||
"pod_target_xcconfig": {
|
||||
"VALID_ARCHS": "x86_64 armv7 arm64",
|
||||
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64",
|
||||
"OTHER_LINKER_FLAGS": "$(inherited)"
|
||||
}
|
||||
}
|
||||
99
Pods/Local Podspecs/ZFPlayer.podspec.json
generated
Normal file
99
Pods/Local Podspecs/ZFPlayer.podspec.json
generated
Normal file
@@ -0,0 +1,99 @@
|
||||
{
|
||||
"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