[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / b / e / 8 / SVProgressHUD / 2.3.0 / SVProgressHUD.podspec.json
blob323d9d88c6ef34ae899002f56e92e1a34945fe97
2   "name": "SVProgressHUD",
3   "version": "2.3.0",
4   "platforms": {
5     "ios": "12.0",
6     "tvos": "12.0"
7   },
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "summary": "A clean and lightweight progress HUD for your iOS and tvOS app.",
13   "homepage": "https://github.com/SVProgressHUD/SVProgressHUD",
14   "authors": {
15     "Sam Vermette": "hello@samvermette.com",
16     "Tobias Totzek": "tobias@totzek.me"
17   },
18   "source": {
19     "git": "https://github.com/SVProgressHUD/SVProgressHUD.git",
20     "tag": "2.3.0"
21   },
22   "description": "SVProgressHUD is a clean and easy-to-use HUD meant to display the progress of an ongoing task on iOS and tvOS. The success and error icons are from Freepik from Flaticon and are licensed under Creative Commons BY 3.0.",
23   "frameworks": "QuartzCore",
24   "requires_arc": true,
25   "default_subspecs": "Core",
26   "subspecs": [
27     {
28       "name": "Core",
29       "source_files": "SVProgressHUD/*.{h,m}",
30       "resources": [
31         "SVProgressHUD/SVProgressHUD.bundle",
32         "SVProgressHUD/PrivacyInfo.xcprivacy"
33       ]
34     },
35     {
36       "name": "AppExtension",
37       "source_files": "SVProgressHUD/*.{h,m}",
38       "resources": [
39         "SVProgressHUD/SVProgressHUD.bundle",
40         "SVProgressHUD/PrivacyInfo.xcprivacy"
41       ],
42       "pod_target_xcconfig": {
43         "GCC_PREPROCESSOR_DEFINITIONS": "SV_APP_EXTENSIONS=1"
44       }
45     }
46   ]