[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / c / 4 / d / ASHImageLoader / 1.0.0 / ASHImageLoader.podspec.json
blob0fc174c6869fe9ef6f479834bc677e39d93a0a52
2   "name": "ASHImageLoader",
3   "version": "1.0.0",
4   "summary": "This pod loads images into the image view and cache them",
5   "swift_versions": "5.0",
6   "description": "The is a lightweight pod that provides a caching solution to the images that are downloaded from url for efficient performance.\nThe usage is quite simple:\n\nStep 1: //in your file\nimport ASHImageLoader\n\nStep 2: //can be used in following ways:\n\nlet imageUrl = \"https://myImageUrl\"\nlet myPlaceholderImage = UIImage(named: \"myPlaceholderImage\")\n\nUIImageView(url: imageUrl)\nUIImageView(url: imageUrl, placeholderImage: myPlaceholderImage)\n\n&\n\nlet image = UIImage()\n\nimage.loadImage(fromUrl: imageUrl)\nimage.loadImage(fromUrl: imageUrl, placeholderImage: myPlaceholderImage)",
7   "homepage": "https://github.com/sheikhamais/ASHImageLoader",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "sheikhamais@gmail.com": "amais.sheih@tangenttek.com"
14   },
15   "source": {
16     "git": "https://github.com/sheikhamais/ASHImageLoader.git",
17     "tag": "1.0.0"
18   },
19   "platforms": {
20     "ios": "9.0"
21   },
22   "source_files": "ASHImageLoader/Classes/**/*",
23   "resource_bundles": {
24     "ASHImageLoader": [
25       "ASHImageLoader/Assets/**"
26     ]
27   },
28   "frameworks": "UIKit",
29   "swift_version": "5.0"