[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / 3 / 5 / 6 / PINRemoteImage / 3.0.0-beta.13 / PINRemoteImage.podspec.json
blob7fc470cf15a5658f73b0b56d3bdb038a6d6f279c
2   "name": "PINRemoteImage",
3   "version": "3.0.0-beta.13",
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.0-beta.13"
13   },
14   "social_media_url": "https://twitter.com/garrettmoon",
15   "platforms": {
16     "ios": "7.0",
17     "tvos": "9.0"
18   },
19   "requires_arc": true,
20   "default_subspecs": [
21     "FLAnimatedImage",
22     "PINCache"
23   ],
24   "subspecs": [
25     {
26       "name": "Core",
27       "dependencies": {
28         "PINOperation": [
30         ]
31       },
32       "platforms": {
33         "ios": "7.0",
34         "tvos": "9.0",
35         "osx": "10.9"
36       },
37       "source_files": "Source/Classes/**/*.{h,m}",
38       "public_header_files": "Source/Classes/**/*.h",
39       "exclude_files": [
40         "Source/Classes/ImageCategories/FLAnimatedImageView+PINRemoteImage.h",
41         "Source/Classes/ImageCategories/FLAnimatedImageView+PINRemoteImage.m",
42         "Source/Classes/PINCache/*.{h,m}"
43       ],
44       "frameworks": [
45         "ImageIO",
46         "Accelerate"
47       ]
48     },
49     {
50       "name": "iOS",
51       "platforms": {
52         "ios": "7.0",
53         "tvos": "9.0"
54       },
55       "dependencies": {
56         "PINRemoteImage/Core": [
58         ]
59       },
60       "frameworks": "UIKit"
61     },
62     {
63       "name": "OSX",
64       "platforms": {
65         "osx": "10.9"
66       },
67       "dependencies": {
68         "PINRemoteImage/Core": [
70         ]
71       },
72       "frameworks": [
73         "Cocoa",
74         "CoreServices"
75       ]
76     },
77     {
78       "name": "tvOS",
79       "dependencies": {
80         "PINRemoteImage/iOS": [
82         ]
83       }
84     },
85     {
86       "name": "FLAnimatedImage",
87       "platforms": {
88         "ios": "7.0"
89       },
90       "dependencies": {
91         "PINRemoteImage/Core": [
93         ],
94         "FLAnimatedImage": [
95           ">= 1.0"
96         ]
97       },
98       "source_files": [
99         "Source/Classes/ImageCategories/FLAnimatedImageView+PINRemoteImage.h",
100         "Source/Classes/ImageCategories/FLAnimatedImageView+PINRemoteImage.m"
101       ]
102     },
103     {
104       "name": "WebP",
105       "xcconfig": {
106         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) PIN_WEBP=1",
107         "USER_HEADER_SEARCH_PATHS": "$(inherited) $(SRCROOT)/libwebp/src"
108       },
109       "dependencies": {
110         "PINRemoteImage/Core": [
112         ],
113         "libwebp": [
115         ]
116       }
117     },
118     {
119       "name": "PINCache",
120       "dependencies": {
121         "PINRemoteImage/Core": [
123         ],
124         "PINCache": [
125           "=3.0.1-beta.6"
126         ]
127       },
128       "source_files": "Source/Classes/PINCache/*.{h,m}"
129     }
130   ]