[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 3 / 5 / 6 / PINRemoteImage / 3.0.0-beta.4 / PINRemoteImage.podspec.json
blob813f55d06554292262d42368d6d163f3cc2935c7
2   "name": "PINRemoteImage",
3   "version": "3.0.0-beta.4",
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.4"
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       "platforms": {
28         "ios": "7.0",
29         "tvos": "9.0",
30         "osx": "10.9"
31       },
32       "source_files": "Pod/Classes/**/*.{h,m}",
33       "exclude_files": [
34         "Pod/Classes/Image Categories/FLAnimatedImageView+PINRemoteImage.h",
35         "Pod/Classes/Image Categories/FLAnimatedImageView+PINRemoteImage.m",
36         "Pod/Classes/PINCache/**/*.{h,m}"
37       ],
38       "public_header_files": "Pod/Classes/**/*.h",
39       "frameworks": [
40         "ImageIO",
41         "Accelerate"
42       ]
43     },
44     {
45       "name": "iOS",
46       "platforms": {
47         "ios": "7.0",
48         "tvos": "9.0"
49       },
50       "dependencies": {
51         "PINRemoteImage/Core": [
53         ]
54       },
55       "frameworks": "UIKit"
56     },
57     {
58       "name": "OSX",
59       "platforms": {
60         "osx": "10.9"
61       },
62       "dependencies": {
63         "PINRemoteImage/Core": [
65         ]
66       },
67       "frameworks": [
68         "Cocoa",
69         "CoreServices"
70       ]
71     },
72     {
73       "name": "tvOS",
74       "dependencies": {
75         "PINRemoteImage/iOS": [
77         ]
78       }
79     },
80     {
81       "name": "FLAnimatedImage",
82       "platforms": {
83         "ios": "7.0"
84       },
85       "dependencies": {
86         "PINRemoteImage/Core": [
88         ],
89         "FLAnimatedImage": [
90           ">= 1.0"
91         ]
92       },
93       "source_files": [
94         "Pod/Classes/Image Categories/FLAnimatedImageView+PINRemoteImage.h",
95         "Pod/Classes/Image Categories/FLAnimatedImageView+PINRemoteImage.m"
96       ]
97     },
98     {
99       "name": "WebP",
100       "xcconfig": {
101         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) PIN_WEBP=1",
102         "USER_HEADER_SEARCH_PATHS": "$(inherited) $(SRCROOT)/libwebp/src"
103       },
104       "dependencies": {
105         "PINRemoteImage/Core": [
107         ],
108         "libwebp": [
110         ]
111       }
112     },
113     {
114       "name": "PINCache",
115       "dependencies": {
116         "PINRemoteImage/Core": [
118         ],
119         "PINCache": [
120           ">=3.0.1-beta"
121         ]
122       },
123       "source_files": "Pod/Classes/PINCache/**/*.{h,m}"
124     }
125   ]