[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 3 / 5 / 6 / PINRemoteImage / 3.0.1 / PINRemoteImage.podspec.json
blob8b7c94cefaec493ef7342c7d4bfcac597b55ef6b
2   "name": "PINRemoteImage",
3   "version": "3.0.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": "3.0.1"
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": "Source/Classes/PINCache/*.{h,m}",
37       "frameworks": [
38         "ImageIO",
39         "Accelerate"
40       ]
41     },
42     {
43       "name": "iOS",
44       "platforms": {
45         "ios": "8.0",
46         "tvos": "9.0"
47       },
48       "dependencies": {
49         "PINRemoteImage/Core": [
51         ]
52       },
53       "frameworks": "UIKit"
54     },
55     {
56       "name": "OSX",
57       "platforms": {
58         "osx": "10.11"
59       },
60       "dependencies": {
61         "PINRemoteImage/Core": [
63         ]
64       },
65       "frameworks": [
66         "Cocoa",
67         "CoreServices"
68       ]
69     },
70     {
71       "name": "tvOS",
72       "dependencies": {
73         "PINRemoteImage/iOS": [
75         ]
76       }
77     },
78     {
79       "name": "WebP",
80       "platforms": {
81         "ios": "8.0",
82         "tvos": "9.0",
83         "osx": "10.11"
84       },
85       "xcconfig": {
86         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) PIN_WEBP=1",
87         "USER_HEADER_SEARCH_PATHS": "$(inherited) $(SRCROOT)/libwebp/src"
88       },
89       "dependencies": {
90         "PINRemoteImage/Core": [
92         ],
93         "libwebp": [
95         ]
96       }
97     },
98     {
99       "name": "PINCache",
100       "dependencies": {
101         "PINRemoteImage/Core": [
103         ],
104         "PINCache": [
105           "~> 3.0.1"
106         ]
107       },
108       "platforms": {
109         "ios": "8.0",
110         "tvos": "9.0",
111         "osx": "10.11"
112       },
113       "source_files": "Source/Classes/PINCache/*.{h,m}"
114     }
115   ]