[Add] ExpoFpCommon 4.8.3
[CocoaPods.git] / Specs / 4 / c / 8 / YYWebImage / 0.9.2 / YYWebImage.podspec.json
blobcae6407b53d8882252c8584f362adb770584a702
2   "name": "YYWebImage",
3   "summary": "Asynchronous image loading framework.",
4   "version": "0.9.2",
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/YYWebImage",
14   "platforms": {
15     "ios": "6.0"
16   },
17   "source": {
18     "git": "https://github.com/ibireme/YYWebImage.git",
19     "tag": "0.9.2"
20   },
21   "requires_arc": true,
22   "source_files": "YYWebImage/**/*.{h,m}",
23   "public_header_files": "YYWebImage/**/*.{h}",
24   "libraries": [
25     "z",
26     "sqlite3"
27   ],
28   "frameworks": [
29     "UIKit",
30     "CoreFoundation",
31     "QuartzCore",
32     "AssetsLibrary",
33     "ImageIO",
34     "Accelerate",
35     "MobileCoreServices"
36   ],
37   "ios": {
38     "vendored_frameworks": "Vendor/WebP.framework"
39   }