[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 9 / c / b / MFLImageView / 0.9.0 / MFLImageView.podspec.json
blobdd16dd8532d67be67aa0a2d6a67f73dad6d17b71
2   "name": "MFLImageView",
3   "version": "0.9.0",
4   "summary": "An image view for downloading an image and providing re-try on failure",
5   "authors": {
6     "Kyle Fuller": "inbox@kylefuller.co.uk"
7   },
8   "license": {
9     "type": "BSD",
10     "file": "LICENSE"
11   },
12   "homepage": "https://github.com/MentallyFriendly/MFLImageView",
13   "social_media_url": "https://twitter.com/kylefuller",
14   "source": {
15     "git": "https://github.com/MentallyFriendly/MFLImageView.git",
16     "tag": "0.9.0"
17   },
18   "platforms": {
19     "ios": "6.0"
20   },
21   "requires_arc": true,
22   "dependencies": {
23     "AFNetworking": [
24       "~> 2.0"
25     ]
26   },
27   "frameworks": "UIKit",
28   "source_files": "MFLImageView.{h,m}"