[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / e / 3 / 7 / YYImage_MN / 0.2.0 / YYImage_MN.podspec.json
blob4a475a57a94b155582beda684cbb6c10419798cf
2   "name": "YYImage_MN",
3   "version": "0.2.0",
4   "summary": "Image framework for iOS to display/encode/decode animated WebP, APNG, GIF, and more.",
5   "homepage": "https://github.com/MagicNarwhal",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "bessilko@mera.ru": "ebessilko@mera.ru"
12   },
13   "source": {
14     "git": "https://github.com/ebessilko/coolImages.git",
15     "tag": "0.2.0"
16   },
17   "platforms": {
18     "ios": "8.0"
19   },
20   "requires_arc": true,
21   "default_subspecs": "Core",
22   "subspecs": [
23     {
24       "name": "Core",
25       "source_files": "YYImage_MN/*.{h,m}",
26       "public_header_files": "YYImage_MN/*.{h}",
27       "libraries": "z",
28       "frameworks": [
29         "UIKit",
30         "CoreFoundation",
31         "QuartzCore",
32         "AssetsLibrary",
33         "ImageIO",
34         "Accelerate",
35         "MobileCoreServices"
36       ]
37     },
38     {
39       "name": "WebP",
40       "dependencies": {
41         "YYImage_MN/Core": [
43         ]
44       },
45       "ios": {
46         "vendored_frameworks": "Vendor/WebP.framework"
47       }
48     }
49   ]