[Add] AlibabacloudVpc20160428 5.5.0
[CocoaPods.git] / Specs / 3 / 5 / 6 / PINRemoteImage / 2.1 / PINRemoteImage.podspec.json
blob6afdd267dd4e34524b503dae6ec1faa14197afc3
2   "name": "PINRemoteImage",
3   "version": "2.1",
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": "2.1"
13   },
14   "social_media_url": "https://twitter.com/garrettmoon",
15   "platforms": {
16     "ios": "6.0",
17     "osx": "10.8",
18     "tvos": "9.0"
19   },
20   "requires_arc": true,
21   "default_subspecs": "FLAnimatedImage",
22   "subspecs": [
23     {
24       "name": "Core",
25       "source_files": "Pod/Classes/**/*.{h,m}",
26       "exclude_files": [
27         "Pod/Classes/Image Categories/FLAnimatedImageView+PINRemoteImage.h",
28         "Pod/Classes/Image Categories/FLAnimatedImageView+PINRemoteImage.m"
29       ],
30       "public_header_files": "Pod/Classes/**/*.h",
31       "frameworks": [
32         "ImageIO",
33         "Accelerate"
34       ],
35       "dependencies": {
36         "PINCache": [
37           ">=2.1"
38         ]
39       }
40     },
41     {
42       "name": "iOS",
43       "platforms": {
44         "ios": "6.0"
45       },
46       "dependencies": {
47         "PINRemoteImage/Core": [
49         ]
50       },
51       "frameworks": "UIKit"
52     },
53     {
54       "name": "OSX",
55       "platforms": {
56         "osx": "10.8"
57       },
58       "dependencies": {
59         "PINRemoteImage/Core": [
61         ]
62       },
63       "frameworks": "Cocoa"
64     },
65     {
66       "name": "tvOS",
67       "platforms": {
68         "tvos": "9.0"
69       },
70       "dependencies": {
71         "PINRemoteImage/Core": [
73         ]
74       },
75       "frameworks": "UIKit"
76     },
77     {
78       "name": "FLAnimatedImage",
79       "platforms": {
80         "ios": "6.0"
81       },
82       "dependencies": {
83         "PINRemoteImage/Core": [
85         ],
86         "FLAnimatedImage": [
87           ">= 1.0"
88         ]
89       },
90       "source_files": [
91         "Pod/Classes/Image Categories/FLAnimatedImageView+PINRemoteImage.h",
92         "Pod/Classes/Image Categories/FLAnimatedImageView+PINRemoteImage.m"
93       ]
94     },
95     {
96       "name": "WebP",
97       "xcconfig": {
98         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) PIN_WEBP=1"
99       },
100       "dependencies": {
101         "PINRemoteImage/Core": [
103         ],
104         "libwebp": [
106         ]
107       }
108     }
109   ]