update
This commit is contained in:
27
Pods/Local Podspecs/DDAutoUIKit_Private.podspec.json
generated
Normal file
27
Pods/Local Podspecs/DDAutoUIKit_Private.podspec.json
generated
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"name": "DDAutoUIKit_Private",
|
||||
"version": "0.1.2",
|
||||
"summary": "A short description of DDAutoUIKit_Private.",
|
||||
"description": "TODO: Add long description of the pod here.",
|
||||
"homepage": "https://github.com/DDIsFriend/DDAutoUIKit_Private",
|
||||
"license": {
|
||||
"type": "MIT",
|
||||
"file": "LICENSE"
|
||||
},
|
||||
"authors": {
|
||||
"DDIsFriend": "DDIsFriend@163.com"
|
||||
},
|
||||
"source": {
|
||||
"git": "git@github.com:DDIsFriend/DDAutoUIKit_Private.git",
|
||||
"tag": "0.1.2"
|
||||
},
|
||||
"platforms": {
|
||||
"ios": "11.0"
|
||||
},
|
||||
"source_files": "DDAutoUIKit_Private/Classes/**/*",
|
||||
"pod_target_xcconfig": {
|
||||
"VALID_ARCHS": "x86_64 armv7 arm64",
|
||||
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64",
|
||||
"OTHER_LINKER_FLAGS": "$(inherited)"
|
||||
}
|
||||
}
|
||||
164
Pods/Local Podspecs/DDControlsKit_Private.podspec.json
generated
Normal file
164
Pods/Local Podspecs/DDControlsKit_Private.podspec.json
generated
Normal file
@@ -0,0 +1,164 @@
|
||||
{
|
||||
"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": [
|
||||
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
16
Pods/Manifest.lock
generated
16
Pods/Manifest.lock
generated
@@ -305,11 +305,11 @@ PODS:
|
||||
|
||||
DEPENDENCIES:
|
||||
- CocoaDebug
|
||||
- DDAutoUIKit_Private
|
||||
- DDAutoUIKit_Private (from `/Users/zd/Desktop/PodRepository/DDAutoUIKit_Private`)
|
||||
- DDBasicControlsKit_Private
|
||||
- DDCategoryKit_Private
|
||||
- DDColorKit_Private
|
||||
- DDControlsKit_Private
|
||||
- DDControlsKit_Private (from `/Users/zd/Desktop/PodRepository/DDControlsKit_Private`)
|
||||
- DDFontKit_Private
|
||||
- DDMAMapKit_Private
|
||||
- DDNetworkingOfAlamofireKit_Private
|
||||
@@ -334,11 +334,9 @@ DEPENDENCIES:
|
||||
|
||||
SPEC REPOS:
|
||||
"git@github.com:DDIsFriend/DDSpecs.git":
|
||||
- DDAutoUIKit_Private
|
||||
- DDBasicControlsKit_Private
|
||||
- DDCategoryKit_Private
|
||||
- DDColorKit_Private
|
||||
- DDControlsKit_Private
|
||||
- DDFontKit_Private
|
||||
- DDLogKit_Private
|
||||
- DDMAMapKit_Private
|
||||
@@ -369,6 +367,10 @@ SPEC REPOS:
|
||||
- ZLPhotoBrowser
|
||||
|
||||
EXTERNAL SOURCES:
|
||||
DDAutoUIKit_Private:
|
||||
:path: "/Users/zd/Desktop/PodRepository/DDAutoUIKit_Private"
|
||||
DDControlsKit_Private:
|
||||
:path: "/Users/zd/Desktop/PodRepository/DDControlsKit_Private"
|
||||
DDProgressHUDKit_Private:
|
||||
:path: "/Users/zd/Desktop/PodRepository/DDProgressHUDKit_Private"
|
||||
ZFPlayer:
|
||||
@@ -382,11 +384,11 @@ SPEC CHECKSUMS:
|
||||
AMapSearch-NO-IDFA: 10cbd3ad7d122045a0c1f5760f6d46ff576ca918
|
||||
AMapTrack-NO-IDFA: 7109cf1867f5d6c407c8191492b1f73101e1682e
|
||||
CocoaDebug: b38d31464b91a9775928f8667d114db07b136565
|
||||
DDAutoUIKit_Private: 4d031662fdd86c46b1dc4b88271f2303661225fd
|
||||
DDAutoUIKit_Private: d7affa08352048c3d36816ebcfd1eeb02b381425
|
||||
DDBasicControlsKit_Private: 04e64a24551a24e76555835fc14002415db80f94
|
||||
DDCategoryKit_Private: db12e3f6923e2309dd1894fc36c967d6bce94605
|
||||
DDColorKit_Private: 77fddb62410a2d5e6fb003083d233c0d7ea0a08f
|
||||
DDControlsKit_Private: f304e041bb171c6cfacaf0fc55c967fd395cf645
|
||||
DDControlsKit_Private: d121dabf9283ed8c411eb30c8f8632db2a7443da
|
||||
DDFontKit_Private: 7b8f4ebf0f60622874036202734d8460dc7b3806
|
||||
DDLogKit_Private: 1ed442cc7be004bd05f27bfda9b525e113df54e0
|
||||
DDMAMapKit_Private: 8e70d3f58cb70ce30705a2f10d696e42878ce52d
|
||||
@@ -410,6 +412,6 @@ SPEC CHECKSUMS:
|
||||
ZFPlayer: ba6410f1043fc8a3b7769749f860cf237016df09
|
||||
ZLPhotoBrowser: 0563c2bfc7b247b65d023d646012f46cba94101b
|
||||
|
||||
PODFILE CHECKSUM: bcbd7bb02cdf74bee6af46549ebabe072e53ecf7
|
||||
PODFILE CHECKSUM: 5766281205a5a16e2d8cd8bd0bdbf93f77194211
|
||||
|
||||
COCOAPODS: 1.11.3
|
||||
|
||||
14565
Pods/Pods.xcodeproj/project.pbxproj
generated
14565
Pods/Pods.xcodeproj/project.pbxproj
generated
File diff suppressed because it is too large
Load Diff
@@ -6,7 +6,7 @@ OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS -import-underlying-module -Xcc -fm
|
||||
PODS_BUILD_DIR = ${BUILD_DIR}
|
||||
PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)
|
||||
PODS_ROOT = ${SRCROOT}
|
||||
PODS_TARGET_SRCROOT = ${PODS_ROOT}/DDAutoUIKit_Private
|
||||
PODS_TARGET_SRCROOT = ${PODS_ROOT}/../../../PodRepository/DDAutoUIKit_Private
|
||||
PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates
|
||||
PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier}
|
||||
SKIP_INSTALL = YES
|
||||
|
||||
@@ -6,7 +6,7 @@ OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS -import-underlying-module -Xcc -fm
|
||||
PODS_BUILD_DIR = ${BUILD_DIR}
|
||||
PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)
|
||||
PODS_ROOT = ${SRCROOT}
|
||||
PODS_TARGET_SRCROOT = ${PODS_ROOT}/DDAutoUIKit_Private
|
||||
PODS_TARGET_SRCROOT = ${PODS_ROOT}/../../../PodRepository/DDAutoUIKit_Private
|
||||
PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates
|
||||
PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier}
|
||||
SKIP_INSTALL = YES
|
||||
|
||||
@@ -8,7 +8,7 @@ OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS -Xcc -fmodule-map-file="${PODS_CON
|
||||
PODS_BUILD_DIR = ${BUILD_DIR}
|
||||
PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)
|
||||
PODS_ROOT = ${SRCROOT}
|
||||
PODS_TARGET_SRCROOT = ${PODS_ROOT}/DDControlsKit_Private
|
||||
PODS_TARGET_SRCROOT = ${PODS_ROOT}/../../../PodRepository/DDControlsKit_Private
|
||||
PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates
|
||||
PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier}
|
||||
SKIP_INSTALL = YES
|
||||
|
||||
@@ -8,7 +8,7 @@ OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS -Xcc -fmodule-map-file="${PODS_CON
|
||||
PODS_BUILD_DIR = ${BUILD_DIR}
|
||||
PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)
|
||||
PODS_ROOT = ${SRCROOT}
|
||||
PODS_TARGET_SRCROOT = ${PODS_ROOT}/DDControlsKit_Private
|
||||
PODS_TARGET_SRCROOT = ${PODS_ROOT}/../../../PodRepository/DDControlsKit_Private
|
||||
PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates
|
||||
PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier}
|
||||
SKIP_INSTALL = YES
|
||||
|
||||
Reference in New Issue
Block a user