[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / d / 4 / 2 / SDWebImagePINPlugin / 0.3.0 / SDWebImagePINPlugin.podspec.json
blob9b49a16baa07252e3f157ed6de9aaf48cd4e09e6
2   "name": "SDWebImagePINPlugin",
3   "version": "0.3.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.3.0"
17   },
18   "platforms": {
19     "ios": "9.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.10"
31     ],
32     "PINCache": [
33       ">= 3.0.2"
34     ]
35   }