[Add] AlibabacloudAgency20221216 1.7.0
[CocoaPods.git] / Specs / f / 4 / 3 / GHImageCaching / 0.1.1 / GHImageCaching.podspec.json
blob3a24d4c8d2284ee7855433ccee65a353835e03e1
2   "name": "GHImageCaching",
3   "version": "0.1.1",
4   "summary": "This is an extension for UIImageView to cache image with NSUrl or NSData",
5   "description": "This library was written as an extension to UIImageView so that it can request Image with URL or Data then Cache Image as a physically file based on the defined folder.",
6   "homepage": "https://github.com/georgehadly/GHImageCaching",
7   "license": "MIT",
8   "authors": {
9     "George Hanna Adly": "george.hanna.adly@hotmail.com"
10   },
11   "source": {
12     "git": "https://github.com/georgehadly/GHImageCaching.git",
13     "tag": "0.1.1"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "GHImageCaching": [
22       "Pod/Assets/*.png"
23     ]
24   }