[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 2 / 5 / e / APLImageCache / 0.0.5 / APLImageCache.podspec.json
blob92a418f6eebf942fe7e3cbbf4228d89ee9080204
2   "name": "APLImageCache",
3   "version": "0.0.5",
4   "summary": "A simple wrapper for the FastImageCache.",
5   "description": "A simple wrapper for the FastImageCache. \n\n* Easy setup\n* Provides UIImageView category for requesting and cancelling.\n* Support for custom image downloader classes.",
6   "homepage": "https://github.com/apploft/APLImageCache",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Mathias Koehnke": "mathias.koehnke@apploft.de"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "source": {
18     "git": "https://github.com/apploft/APLImageCache.git",
19     "tag": "0.0.5"
20   },
21   "source_files": [
22     "Classes",
23     "Classes/**/*.{h,m}",
24     "Classes/Private/**/*.{h,m}"
25   ],
26   "exclude_files": "Classes/Exclude",
27   "requires_arc": true,
28   "dependencies": {
29     "FastImageCache": [
30       "1.5.1"
31     ]
32   }