[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 2 / e / f / SVProgressHUD-Anna / 2.2.7 / SVProgressHUD-Anna.podspec.json
blob0123c6dd8388d0211175cbb7a15f516d933e1e35
2   "name": "SVProgressHUD-Anna",
3   "version": "2.2.7",
4   "platforms": {
5     "ios": "8.3"
6   },
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "summary": "A clean and lightweight progress HUD for your iOS and tvOS app.",
12   "homepage": "https://github.com/anna20210512/SVProgressHUD",
13   "authors": {
14     "Sam Vermette": "hello@samvermette.com",
15     "Tobias Tiemerding": "tobias@tiemerding.com"
16   },
17   "source": {
18     "git": "https://github.com/anna20210512/SVProgressHUD.git",
19     "tag": "2.2.7"
20   },
21   "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.",
22   "frameworks": "QuartzCore",
23   "requires_arc": true,
24   "subspecs": [
25     {
26       "name": "Core",
27       "source_files": "SVProgressHUD/*.{h,m}",
28       "resources": "SVProgressHUD/SVProgressHUD.bundle"
29     },
30     {
31       "name": "AppExtension",
32       "source_files": "SVProgressHUD/*.{h,m}",
33       "resources": "SVProgressHUD/SVProgressHUD.bundle",
34       "pod_target_xcconfig": {
35         "GCC_PREPROCESSOR_DEFINITIONS": "SV_APP_EXTENSIONS=1"
36       }
37     }
38   ]