[Add] RXSDK_Pure 3.0.301
[CocoaPods.git] / Specs / b / e / 8 / SVProgressHUD / 2.3.1 / SVProgressHUD.podspec.json
blob2e4fe3a52a04d3f07d6e54541768117dda8b0fa0
2   "name": "SVProgressHUD",
3   "version": "2.3.1",
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.1"
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   ]