This commit is contained in:
DDIsFriend
2023-08-18 17:28:57 +08:00
commit f0e8a1709d
4282 changed files with 192396 additions and 0 deletions

View 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)"
}
}