[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / d / 4 / 2 / SDWebImagePINPlugin / 0.1.0 / SDWebImagePINPlugin.podspec.json
blob8ea55d5bc771ee774aa927f080edee4767d0cd53
2   "name": "SDWebImagePINPlugin",
3   "version": "0.1.0",
4   "summary": "A SDWebImage plugin to integrate PINCache for custom image caching.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/SDWebImage/SDWebImagePINPlugin",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "DreamPiggy": "lizhuoli1126@126.com"
13   },
14   "source": {
15     "git": "https://github.com/SDWebImage/SDWebImagePINPlugin.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "8.0",
20     "tvos": "9.0",
21     "osx": "10.11",
22     "watchos": "2.0"
23   },
24   "source_files": [
25     "SDWebImagePINPlugin/Classes/**/*",
26     "SDWebImagePINPlugin/Module/SDWebImagePINPlugin.h"
27   ],
28   "dependencies": {
29     "SDWebImage/Core": [
30       "~> 5.7"
31     ],
32     "PINCache": [
33       ">= 3.0.1-beta"
34     ]
35   }