[Add] CXHAdSDK-TopOn 1.6.6.1
[CocoaPods.git] / Specs / 3 / 5 / 6 / PINRemoteImage / 3.0.4 / PINRemoteImage.podspec.json
blob366f17d9c9e9b8cc8d2a2f6f8ad8e5859133d5f2
2   "name": "PINRemoteImage",
3   "version": "3.0.4",
4   "summary": "A thread safe, performant, feature rich image fetcher",
5   "homepage": "https://github.com/pinterest/PINRemoteImage",
6   "license": "Apache 2.0",
7   "authors": {
8     "Garrett Moon": "garrett@pinterest.com"
9   },
10   "source": {
11     "git": "https://github.com/pinterest/PINRemoteImage.git",
12     "tag": "3.0.4"
13   },
14   "prefix_header_file": false,
15   "cocoapods_version": ">= 1.13.0",
16   "platforms": {
17     "ios": "14.0",
18     "tvos": "14.0"
19   },
20   "requires_arc": true,
21   "default_subspecs": "PINCache",
22   "resource_bundles": {
23     "PINRemoteImage": [
24       "Source/PrivacyInfo.xcprivacy"
25     ]
26   },
27   "subspecs": [
28     {
29       "name": "Core",
30       "dependencies": {
31         "PINOperation": [
33         ]
34       },
35       "platforms": {
36         "ios": "14.0",
37         "tvos": "14.0",
38         "osx": "11.0"
39       },
40       "source_files": "Source/Classes/**/*.{h,m}",
41       "public_header_files": "Source/Classes/include/**/*.h",
42       "exclude_files": [
43         "Source/Classes/PINCache/*.{h,m}",
44         "Source/Classes/include/PINRemoteImage/PINCache+PINRemoteImageCaching.h"
45       ],
46       "frameworks": [
47         "ImageIO",
48         "Accelerate"
49       ],
50       "xcconfig": {
51         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) PIN_WEBP=1"
52       }
53     },
54     {
55       "name": "iOS",
56       "platforms": {
57         "ios": "14.0",
58         "tvos": "14.0"
59       },
60       "dependencies": {
61         "PINRemoteImage/Core": [
63         ]
64       },
65       "frameworks": "UIKit"
66     },
67     {
68       "name": "OSX",
69       "platforms": {
70         "osx": "11.0"
71       },
72       "dependencies": {
73         "PINRemoteImage/Core": [
75         ]
76       },
77       "frameworks": [
78         "Cocoa",
79         "CoreServices"
80       ]
81     },
82     {
83       "name": "tvOS",
84       "dependencies": {
85         "PINRemoteImage/iOS": [
87         ]
88       }
89     },
90     {
91       "name": "PINCache",
92       "dependencies": {
93         "PINRemoteImage/Core": [
95         ],
96         "PINCache": [
97           "~> 3.0.4"
98         ]
99       },
100       "platforms": {
101         "ios": "14.0",
102         "tvos": "14.0",
103         "osx": "11.0"
104       },
105       "source_files": [
106         "Source/Classes/PINCache/*.{h,m}",
107         "Source/Classes/include/PINRemoteImage/PINCache+PINRemoteImageCaching.h"
108       ]
109     }
110   ]