[Add] DemoTestFramework 1.0.7
[CocoaPods.git] / Specs / 7 / d / 5 / WebASDKImageManager / 3.0.0 / WebASDKImageManager.podspec.json
blob73f9864725bf8cdfc96d505e8d0a341d98eae3fc
2   "name": "WebASDKImageManager",
3   "version": "3.0.0",
4   "summary": "Image downloader and cache for AsyncDisplayKit that uses SDWebImage",
5   "description": "An image downloader and cache for AsyncDisplayKit that uses SDWebImage. The image manager conforms to ASImageDownloaderProtocol and ASImageCacheProtocol.",
6   "homepage": "https://github.com/ide/WebASDKImageManager",
7   "license": "MIT",
8   "authors": "James Ide",
9   "source": {
10     "git": "https://github.com/ide/WebASDKImageManager.git",
11     "tag": "3.0.0"
12   },
13   "platforms": {
14     "ios": "8.0"
15   },
16   "requires_arc": true,
17   "source_files": [
18     "WebASDKImageManager/*.{h,m}"
19   ],
20   "dependencies": {
21     "AsyncDisplayKit/Core": [
22       "~> 2.0"
23     ],
24     "SDWebImage/Core": [
25       "~> 4.0"
26     ]
27   }