[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / 3 / 5 / 6 / PINRemoteImage / 3.0.0-beta.3 / PINRemoteImage.podspec.json
blobc3c3c601700baac3416673c97ad19ff902c84638
2   "name": "PINRemoteImage",
3   "version": "3.0.0-beta.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.0-beta.3"
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": "FLAnimatedImage",
21   "subspecs": [
22     {
23       "name": "Core",
24       "platforms": {
25         "ios": "7.0",
26         "tvos": "9.0",
27         "osx": "10.9"
28       },
29       "source_files": "Pod/Classes/**/*.{h,m}",
30       "exclude_files": [
31         "Pod/Classes/Image Categories/FLAnimatedImageView+PINRemoteImage.h",
32         "Pod/Classes/Image Categories/FLAnimatedImageView+PINRemoteImage.m"
33       ],
34       "public_header_files": "Pod/Classes/**/*.h",
35       "frameworks": [
36         "ImageIO",
37         "Accelerate"
38       ],
39       "dependencies": {
40         "PINCache": [
41           ">=3.0.0-beta"
42         ]
43       }
44     },
45     {
46       "name": "iOS",
47       "platforms": {
48         "ios": "7.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.9"
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": "FLAnimatedImage",
83       "platforms": {
84         "ios": "7.0"
85       },
86       "dependencies": {
87         "PINRemoteImage/Core": [
89         ],
90         "FLAnimatedImage": [
91           ">= 1.0"
92         ]
93       },
94       "source_files": [
95         "Pod/Classes/Image Categories/FLAnimatedImageView+PINRemoteImage.h",
96         "Pod/Classes/Image Categories/FLAnimatedImageView+PINRemoteImage.m"
97       ]
98     },
99     {
100       "name": "WebP",
101       "xcconfig": {
102         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) PIN_WEBP=1"
103       },
104       "dependencies": {
105         "PINRemoteImage/Core": [
107         ],
108         "libwebp": [
110         ]
111       }
112     }
113   ]