[Add] MiaoAnyThinkKuaiShouAdapter 1.0.4
[CocoaPods.git] / Specs / e / 7 / 0 / MACachedImageView / 1.0.0 / MACachedImageView.podspec.json
blobeaa82336de79c5fa9d50836728568c0d2fac27e1
2   "name": "MACachedImageView",
3   "version": "1.0.0",
4   "summary": "Load images from a URL into a local cache before displaying them and show a fancy loading indicator in the meantime.",
5   "homepage": "https://github.com/swissmanu/MACachedImageView",
6   "authors": {
7     "Manuel Alabor": "msites@msites.net"
8   },
9   "license": "MIT",
10   "source": {
11     "git": "https://github.com/swissmanu/MACachedImageView.git",
12     "tag": "1.0.0"
13   },
14   "platforms": {
15     "ios": "6.0"
16   },
17   "source_files": [
18     "MACachedImageView/MACachedImageView.{h,m}",
19     "MACachedImageView/NSString+MD5.{h,m}"
20   ],
21   "dependencies": {
22     "AFNetworking": [
23       "~> 1.1.0"
24     ],
25     "MACircleProgressIndicator": [
26       "~> 1.0.0"
27     ]
28   },
29   "requires_arc": true