[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 1 / 6 / 8 / OCXHCloudTalk / 1.0.0 / OCXHCloudTalk.podspec.json
blob0c752fb7a43039d8a568702cad272c4c8503e2b7
2   "name": "OCXHCloudTalk",
3   "version": "1.0.0",
4   "platforms": {
5     "osx": "10.11",
6     "ios": "9.0",
7     "tvos": "9.0",
8     "watchos": "2.0"
9   },
10   "license": "MIT",
11   "summary": "Asynchronous image downloader with cache support with an UIImageView category.",
12   "homepage": "https://github.com/DevilLGD/OCXHCloudTalk",
13   "authors": {
14     "liaogd": "285282227@qq.com"
15   },
16   "source": {
17     "git": "https://github.com/DevilLGD/OCXHCloudTalk.git",
18     "tag": "1.0.0"
19   },
20   "description": "This library provides a category for UIImageView with support for remote images coming from the web. It provides an UIImageView category adding web image and cache management to the Cocoa Touch framework, an asynchronous image downloader, an asynchronous memory + disk image caching with automatic cache expiration handling, a guarantee that the same URL won't be downloaded several times, a guarantee that bogus URLs won't be retried again and again, and performances!",
21   "requires_arc": true,
22   "default_subspecs": "Core",
23   "pod_target_xcconfig": {
24     "SUPPORTS_MACCATALYST": "YES",
25     "DERIVE_MACCATALYST_PRODUCT_BUNDLE_IDENTIFIER": "NO"
26   },
27   "subspecs": [
28     {
29       "name": "Core",
30       "source_files": [
31         "OCXHCloudTalk/Core/*.{h,m}",
32         "OCXHCloudTalk/CloudTalk.h",
33         "OCXHCloudTalk/Private/*.{h,m}"
34       ],
35       "private_header_files": "OCXHCloudTalk/Private/*.h"
36     }
37   ]