[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 6 / 3 / 2 / YYImage_FixWarnings / 1.0.6 / YYImage_FixWarnings.podspec.json
blobf8c35a36b32fae344d62572ab5fe6d95dd75a5f6
2   "name": "YYImage_FixWarnings",
3   "summary": "Image framework for iOS to display/encode/decode animated WebP, APNG, GIF, and more.",
4   "version": "1.0.6",
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": "9.0"
15   },
16   "source": {
17     "git": "https://github.com/oneofai/YYImage.git",
18     "tag": "1.0.6"
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       "libraries": "z",
28       "frameworks": [
29         "UIKit",
30         "CoreFoundation",
31         "QuartzCore",
32         "ImageIO",
33         "Accelerate",
34         "CoreServices"
35       ]
36     },
37     {
38       "name": "WebP",
39       "dependencies": {
40         "YYImage/Core": [
42         ]
43       },
44       "ios": {
45         "vendored_frameworks": "Vendor/WebP.framework"
46       }
47     },
48     {
49       "name": "libwebp",
50       "dependencies": {
51         "YYImage/Core": [
53         ],
54         "libwebp": [
56         ]
57       },
58       "xcconfig": {
59         "USER_HEADER_SEARCH_PATHS": "$(inherited) $(SRCROOT)/libwebp/src"
60       }
61     }
62   ]