[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 2 / e / 9 / YYImageTextNow / 1.0.6 / YYImageTextNow.podspec.json
blob2633a13a9f3127005877226131d95d934408227e
2   "name": "YYImageTextNow",
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/ibireme/YYImage",
14   "platforms": {
15     "ios": "9.0"
16   },
17   "source": {
18     "git": "https://github.com/Enflick/textnow-ios-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": "YYImage/*.{h,m}",
27       "public_header_files": "YYImage/*.{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/Core": [
44         ]
45       },
46       "ios": {
47         "vendored_frameworks": "Vendor/WebP.framework"
48       }
49     },
50     {
51       "name": "libwebp",
52       "dependencies": {
53         "YYImage/Core": [
55         ],
56         "libwebp": [
58         ]
59       },
60       "xcconfig": {
61         "USER_HEADER_SEARCH_PATHS": "$(inherited) $(SRCROOT)/libwebp/src"
62       }
63     }
64   ]