[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / 9 / 5 / 1 / YYImage-MagicNarwhal / 1.0.6 / YYImage-MagicNarwhal.podspec.json
blobb0c369830b76a15e36d6f542c1086020e2be3d52
2   "name": "YYImage-MagicNarwhal",
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     "ibireme": "ibireme@gmail.com"
11   },
12   "social_media_url": "http://blog.ibireme.com",
13   "homepage": "https://github.com/MagicNarwhal/YYImage",
14   "platforms": {
15     "ios": "6.0"
16   },
17   "source": {
18     "git": "https://github.com/MagicNarwhal/YYImage.git",
19     "tag": "1.0.6"
20   },
21   "requires_arc": true,
22   "default_subspecs": "Core",
23   "subspecs": [
24     {
25       "name": "Core",
26       "source_files": "Core/*.{h,m}",
27       "public_header_files": "Core/*.h",
28       "libraries": "z",
29       "frameworks": [
30         "UIKit",
31         "CoreFoundation",
32         "QuartzCore",
33         "AssetsLibrary",
34         "ImageIO",
35         "Accelerate",
36         "MobileCoreServices"
37       ]
38     },
39     {
40       "name": "WebP",
41       "dependencies": {
42         "YYImage-MagicNarwhal/Core": [
44         ]
45       },
46       "ios": {
47         "vendored_frameworks": "Vendor/WebP.framework"
48       }
49     }
50   ]