[Add] MamoGiftCustom 1.0.7
[CocoaPods.git] / Specs / 3 / 5 / 6 / PINRemoteImage / 3.0.3 / PINRemoteImage.podspec.json
blob3f94b42434ef40193561cc6b6990f35a17ece348
2   "name": "PINRemoteImage",
3   "version": "3.0.3",
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.3"
13   },
14   "prefix_header_file": false,
15   "platforms": {
16     "ios": "8.0",
17     "tvos": "9.0"
18   },
19   "requires_arc": true,
20   "default_subspecs": "PINCache",
21   "subspecs": [
22     {
23       "name": "Core",
24       "dependencies": {
25         "PINOperation": [
27         ]
28       },
29       "platforms": {
30         "ios": "8.0",
31         "tvos": "9.0",
32         "osx": "10.11"
33       },
34       "source_files": "Source/Classes/**/*.{h,m}",
35       "public_header_files": "Source/Classes/**/*.h",
36       "exclude_files": [
37         "Source/Classes/PINCache/*.{h,m}",
38         "Source/Classes/include/PINCache+PINRemoteImageCaching.h"
39       ],
40       "frameworks": [
41         "ImageIO",
42         "Accelerate"
43       ]
44     },
45     {
46       "name": "iOS",
47       "platforms": {
48         "ios": "8.0",
49         "tvos": "9.0"
50       },
51       "dependencies": {
52         "PINRemoteImage/Core": [
54         ]
55       },
56       "frameworks": "UIKit"
57     },
58     {
59       "name": "OSX",
60       "platforms": {
61         "osx": "10.11"
62       },
63       "dependencies": {
64         "PINRemoteImage/Core": [
66         ]
67       },
68       "frameworks": [
69         "Cocoa",
70         "CoreServices"
71       ]
72     },
73     {
74       "name": "tvOS",
75       "dependencies": {
76         "PINRemoteImage/iOS": [
78         ]
79       }
80     },
81     {
82       "name": "WebP",
83       "platforms": {
84         "ios": "8.0",
85         "tvos": "9.0",
86         "osx": "10.11"
87       },
88       "xcconfig": {
89         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) PIN_WEBP=1",
90         "USER_HEADER_SEARCH_PATHS": "$(inherited) $(SRCROOT)/libwebp/src"
91       },
92       "dependencies": {
93         "PINRemoteImage/Core": [
95         ],
96         "libwebp": [
98         ]
99       }
100     },
101     {
102       "name": "PINCache",
103       "dependencies": {
104         "PINRemoteImage/Core": [
106         ],
107         "PINCache": [
108           "~> 3.0.3"
109         ]
110       },
111       "platforms": {
112         "ios": "8.0",
113         "tvos": "9.0",
114         "osx": "10.11"
115       },
116       "source_files": [
117         "Source/Classes/PINCache/*.{h,m}",
118         "Source/Classes/include/PINCache+PINRemoteImageCaching.h"
119       ]
120     }
121   ]