[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / e / 4 / 6 / AYImageView / 0.0.6 / AYImageView.podspec.json
bloba14a48eca3f98698cb18e97054d2b99e5926e9b6
2   "name": "AYImageView",
3   "version": "0.0.6",
4   "summary": "Rounded async imageview downloader based on SDWebImage.",
5   "homepage": "https://github.com/AYastrebov/AYImageView",
6   "license": "MIT",
7   "authors": {
8     "Andrey Yastrebov": "ayastrebov@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/AYastrebov/AYImageView.git",
12     "tag": "v0.0.6"
13   },
14   "platforms": {
15     "ios": "6.0"
16   },
17   "source_files": "AYImageView.{h,m}",
18   "requires_arc": true,
19   "dependencies": {
20     "SDWebImage": [
21       "~> 3.7"
22     ]
23   }