[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 6 / 3 / 2 / YYImage_FixWarnings / 1.0.8 / YYImage_FixWarnings.podspec.json
blob332089ba564c19b4fe1a1ff720febfd5bcc496f2
2   "name": "YYImage_FixWarnings",
3   "summary": "Image framework for iOS to display/encode/decode animated WebP, APNG, GIF, and more.",
4   "version": "1.0.8",
5   "license": {
6     "type": "MIT",
7     "file": "LICENSE"
8   },
9   "authors": {
10     "Sun": "holaux@gmail.com"
11   },
12   "homepage": "https://github.com/oneofai/YYImage",
13   "platforms": {
14     "ios": "10.0"
15   },
16   "source": {
17     "git": "https://github.com/oneofai/YYImage.git",
18     "tag": "1.0.8"
19   },
20   "requires_arc": true,
21   "default_subspecs": "Core",
22   "subspecs": [
23     {
24       "name": "Core",
25       "source_files": "YYImage/*.{h,m}",
26       "public_header_files": "YYImage/*.{h}",
27       "dependencies": {
28         "libwebp": [
30         ]
31       },
32       "libraries": "z",
33       "frameworks": [
34         "UIKit",
35         "CoreFoundation",
36         "QuartzCore",
37         "ImageIO",
38         "Accelerate",
39         "CoreServices"
40       ],
41       "xcconfig": {
42         "USER_HEADER_SEARCH_PATHS": "$(inherited) $(SRCROOT)/libwebp/src"
43       }
44     }
45   ]