[Add] TrustlySDK 3.3.0
[CocoaPods.git] / Specs / f / 7 / c / TYEncryptImage / 4.29.8 / TYEncryptImage.podspec.json
blobe80d36be7e9dedb7f0cd5785a2aa68efe73874b3
2   "name": "TYEncryptImage",
3   "version": "4.29.8",
4   "summary": "Asynchronous encrypt (optional) image downloader with cache support with an UIImageView category.",
5   "description": "This library provides a category for UIImageView with support for remote encrypt images coming from the web. It provides an UIImageView category adding web encrypt 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!",
6   "homepage": "https://developer.tuya.com/",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Tuya": "developer@tuya.com"
13   },
14   "source": {
15     "http": "https://images.tuyacn.com/smart/app/package/developer/sdk/1640334623-TYEncryptImage-4.29.8.zip",
16     "type": "zip"
17   },
18   "platforms": {
19     "ios": "9.0",
20     "watchos": "2.0"
21   },
22   "libraries": "z",
23   "ios": {
24     "frameworks": [
25       "UIKit",
26       "CoreFoundation",
27       "QuartzCore",
28       "ImageIO",
29       "Accelerate",
30       "MobileCoreServices"
31     ],
32     "source_files": [
33       "Build/TYEncryptImage.xcframework/ios-arm64_armv7/TYEncryptImage.framework/Headers/*"
34     ]
35   },
36   "watchos": {
37     "frameworks": [
38       "UIKit",
39       "CoreFoundation",
40       "ImageIO",
41       "Accelerate",
42       "MobileCoreServices"
43     ],
44     "pod_target_xcconfig": {
45       "USER_HEADER_SEARCH_PATHS": "$(inherited) $(SRCROOT)/libwebp/src"
46     },
47     "source_files": [
48       "Build/TYEncryptImage.xcframework/watchos-arm64_32_armv7k/TYEncryptImage.framework/Headers/*"
49     ]
50   },
51   "dependencies": {
52     "libwebp": [
54     ]
55   },
56   "pod_target_xcconfig": {
57     "USER_HEADER_SEARCH_PATHS": "$(inherited) $(SRCROOT)/libwebp/src"
58   },
59   "cocoapods_version": ">= 1.10",
60   "vendored_frameworks": [
61     "Build/TYEncryptImage.xcframework"
62   ]