[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / a / c / f / AWebImage / 0.1.0 / AWebImage.podspec.json
blob2c0be0734b67cd01790c273b3026eb2b865c5f32
2   "name": "AWebImage",
3   "version": "0.1.0",
4   "summary": "A library for downloading and caching image from web.",
5   "description": "A library for downloading and caching image from web. Implemented by NSURLCache in Swift.",
6   "homepage": "https://github.com/adow/AWebImage.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "adow": "reynoldqin@gmail.com"
13   },
14   "social_media_url": "https://github.com/adow",
15   "platforms": {
16     "ios": "8.0"
17   },
18   "source": {
19     "git": "https://github.com/adow/AWebImage.git",
20     "tag": "0.1.0"
21   },
22   "source_files": "AWebImage/*.{h,swift}",
23   "requires_arc": true,
24   "frameworks": "Foundation"