afn和mbhud隐藏问题
This commit is contained in:
101
Pods/Local Podspecs/AFNetworking.podspec.json
generated
Normal file
101
Pods/Local Podspecs/AFNetworking.podspec.json
generated
Normal file
@@ -0,0 +1,101 @@
|
||||
{
|
||||
"name": "AFNetworking",
|
||||
"version": "4.0.1",
|
||||
"license": "MIT",
|
||||
"summary": "A delightful networking framework for Apple platforms.",
|
||||
"homepage": "https://github.com/AFNetworking/AFNetworking",
|
||||
"social_media_url": "https://twitter.com/AFNetworking",
|
||||
"authors": {
|
||||
"Mattt Thompson": "m@mattt.me"
|
||||
},
|
||||
"source": {
|
||||
"git": "https://github.com/AFNetworking/AFNetworking.git",
|
||||
"tag": "4.0.1"
|
||||
},
|
||||
"platforms": {
|
||||
"ios": "9.0",
|
||||
"osx": "10.10",
|
||||
"watchos": "2.0",
|
||||
"tvos": "9.0"
|
||||
},
|
||||
"ios": {
|
||||
"pod_target_xcconfig": {
|
||||
"PRODUCT_BUNDLE_IDENTIFIER": "com.alamofire.AFNetworking"
|
||||
}
|
||||
},
|
||||
"osx": {
|
||||
"pod_target_xcconfig": {
|
||||
"PRODUCT_BUNDLE_IDENTIFIER": "com.alamofire.AFNetworking"
|
||||
}
|
||||
},
|
||||
"watchos": {
|
||||
"pod_target_xcconfig": {
|
||||
"PRODUCT_BUNDLE_IDENTIFIER": "com.alamofire.AFNetworking-watchOS"
|
||||
}
|
||||
},
|
||||
"tvos": {
|
||||
"pod_target_xcconfig": {
|
||||
"PRODUCT_BUNDLE_IDENTIFIER": "com.alamofire.AFNetworking"
|
||||
}
|
||||
},
|
||||
"source_files": "AFNetworking/AFNetworking/AFNetworking.h",
|
||||
"resource_bundles": {
|
||||
"AFNetworking": "AFNetworking/Resources/PrivacyInfo.xcprivacy"
|
||||
},
|
||||
"subspecs": [
|
||||
{
|
||||
"name": "Serialization",
|
||||
"source_files": "AFNetworking/AFNetworking/AFURL{Request,Response}Serialization.{h,m}"
|
||||
},
|
||||
{
|
||||
"name": "Security",
|
||||
"source_files": "AFNetworking/AFNetworking/AFSecurityPolicy.{h,m}"
|
||||
},
|
||||
{
|
||||
"name": "Reachability",
|
||||
"platforms": {
|
||||
"ios": "9.0",
|
||||
"osx": "10.10",
|
||||
"tvos": "9.0"
|
||||
},
|
||||
"source_files": "AFNetworking/AFNetworking/AFNetworkReachabilityManager.{h,m}"
|
||||
},
|
||||
{
|
||||
"name": "NSURLSession",
|
||||
"dependencies": {
|
||||
"AFNetworking/Serialization": [],
|
||||
"AFNetworking/Security": []
|
||||
},
|
||||
"ios": {
|
||||
"dependencies": {
|
||||
"AFNetworking/Reachability": []
|
||||
}
|
||||
},
|
||||
"osx": {
|
||||
"dependencies": {
|
||||
"AFNetworking/Reachability": []
|
||||
}
|
||||
},
|
||||
"tvos": {
|
||||
"dependencies": {
|
||||
"AFNetworking/Reachability": []
|
||||
}
|
||||
},
|
||||
"source_files": [
|
||||
"AFNetworking/AFNetworking/AF{URL,HTTP}SessionManager.{h,m}",
|
||||
"AFNetworking/AFNetworking/AFCompatibilityMacros.h"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "UIKit",
|
||||
"platforms": {
|
||||
"ios": "9.0",
|
||||
"tvos": "9.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"AFNetworking/NSURLSession": []
|
||||
},
|
||||
"source_files": "AFNetworking/UIKit+AFNetworking"
|
||||
}
|
||||
]
|
||||
}
|
||||
33
Pods/Local Podspecs/MBProgressHUD.podspec.json
generated
Normal file
33
Pods/Local Podspecs/MBProgressHUD.podspec.json
generated
Normal file
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"name": "MBProgressHUD",
|
||||
"version": "1.2.0",
|
||||
"summary": "An iOS activity indicator view.",
|
||||
"description": "MBProgressHUD is an iOS drop-in class that displays a translucent HUD\nwith an indicator and/or labels while work is being done in a background thread.\nThe HUD is meant as a replacement for the undocumented, private UIKit UIProgressHUD\nwith some additional features.",
|
||||
"homepage": "http://www.bukovinski.com",
|
||||
"license": {
|
||||
"type": "MIT",
|
||||
"file": "LICENSE"
|
||||
},
|
||||
"authors": {
|
||||
"Matej Bukovinski": "matej@bukovinski.com"
|
||||
},
|
||||
"source": {
|
||||
"git": "https://github.com/matej/MBProgressHUD.git",
|
||||
"tag": "1.2.0"
|
||||
},
|
||||
"platforms": {
|
||||
"ios": "9.0",
|
||||
"tvos": "9.0"
|
||||
},
|
||||
"source_files": "*.{h,m}",
|
||||
"resource_bundles": {
|
||||
"MBProgressHUD": [
|
||||
"PrivacyInfo.xcprivacy"
|
||||
]
|
||||
},
|
||||
"frameworks": [
|
||||
"CoreGraphics",
|
||||
"QuartzCore"
|
||||
],
|
||||
"requires_arc": true
|
||||
}
|
||||
Reference in New Issue
Block a user