[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 9 / c / 1 / LazyImageLoader / 0.0.1 / LazyImageLoader.podspec.json
blob3381076363856f4ebe8bd6d8845d72b22994b96d
2   "name": "LazyImageLoader",
3   "version": "0.0.1",
4   "summary": "Lazy Image Loader",
5   "description": "Lazy Image Loader is download and cache and load image",
6   "homepage": "http://zarinpal.com/",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "FarshidRoohi": "farshid.roohi.a@gmail.com"
13   },
14   "platforms": {
15     "ios": "11.3"
16   },
17   "source": {
18     "git": "https://github.com/farshidroohi/lazyImageLoader",
19     "tag": "0.0.1"
20   },
21   "source_files": "LazyImageLoader/*.{swift,h}",
22   "requires_arc": true,
23   "ios": {
24     "frameworks": [
25       "UIKit",
26       "Foundation"
27     ]
28   }