afn和mbhud隐藏问题
This commit is contained in:
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