[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 4 / c / 8 / YYWebImage / 1.0.1 / YYWebImage.podspec.json
blobafe90c985ff7d3599f1b758a576fa6aa80aa5523
2   "name": "YYWebImage",
3   "summary": "Asynchronous image loading framework.",
4   "version": "1.0.1",
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": "1.0.1"
20   },
21   "requires_arc": true,
22   "source_files": [
23     "YYWebImage/*.{h,m}",
24     "YYWebImage/Categories/*.{h,m}"
25   ],
26   "public_header_files": [
27     "YYWebImage/*.{h}",
28     "YYWebImage/Categories/*.{h}"
29   ],
30   "private_header_files": "YYWebImage/Categories/_*.{h}",
31   "frameworks": [
32     "UIKit",
33     "CoreFoundation",
34     "QuartzCore",
35     "AssetsLibrary",
36     "ImageIO",
37     "Accelerate",
38     "MobileCoreServices"
39   ],
40   "dependencies": {
41     "YYImage": [
43     ],
44     "YYCache": [
46     ]
47   }