[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / 6 / 4 / 8 / FlyImage / 0.9 / FlyImage.podspec.json
blobb0723c5c75a2844e919b1ca2064fd8b293043716
2   "name": "FlyImage",
3   "version": "0.9",
4   "summary": "Download, cache, render small images with UIImageView category",
5   "description": "FlyImage takes the advantages of SDWebImage, FastImageCache and AFNetworking, is a simple and high performance image library.Features: High Performance, reduce memory operations while rendering, avoid Memory warning caused by image; Store and retrieve different size of small images in one memory file, smooth scrolling; Simple, support UIImageView, CALayer category; An asynchronous image downloader; Support WebP format; Support mmap to improve I/O performace;",
6   "homepage": "https://github.com/northwind/FlyImage",
7   "license": "MIT",
8   "authors": {
9     "norristong": "norristong_x@qq.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/northwind/FlyImage.git",
16     "tag": "0.9"
17   },
18   "source_files": [
19     "FlyImage",
20     "FlyImage/**/*.{h,m}"
21   ],
22   "frameworks": [
23     "ImageIO",
24     "UIKit"
25   ],
26   "requires_arc": true,
27   "dependencies": {
28     "AFNetworking": [
29       "~> 3.1"
30     ]
31   },
32   "default_subspecs": "Core",
33   "subspecs": [
34     {
35       "name": "Core",
36       "source_files": [
37         "FlyImage",
38         "FlyImage/**/*.{h,m}"
39       ]
40     },
41     {
42       "name": "WebP",
43       "xcconfig": {
44         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) FLYIMAGE_WEBP=1",
45         "USER_HEADER_SEARCH_PATHS": "$(inherited) $(SRCROOT)/libwebp/src"
46       },
47       "dependencies": {
48         "FlyImage/Core": [
50         ],
51         "libwebp": [
53         ]
54       }
55     }
56   ]