[Add] SpikeSDK 4.0.11-beta.5
[CocoaPods.git] / Specs / 8 / 5 / 6 / SDWebImagePhotosPlugin / 1.0.1 / SDWebImagePhotosPlugin.podspec.json
blob4c3e974c336a0b3d434079457fb3065975ff0d0d
2   "name": "SDWebImagePhotosPlugin",
3   "version": "1.0.1",
4   "summary": "A SDWebImage plugin to support Photos framework image loading.",
5   "description": "This is a SDWebImage loader plugin to support Apple's Photos framework image asset.",
6   "homepage": "https://github.com/SDWebImage/SDWebImagePhotosPlugin",
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/SDWebImagePhotosPlugin.git",
16     "tag": "1.0.1"
17   },
18   "platforms": {
19     "osx": "10.13",
20     "ios": "8.0",
21     "tvos": "10.0"
22   },
23   "source_files": [
24     "SDWebImagePhotosPlugin/Classes/**/*",
25     "SDWebImagePhotosPlugin/Module/SDWebImagePhotosPlugin.h"
26   ],
27   "module_map": "SDWebImagePhotosPlugin/Module/SDWebImagePhotosPlugin.modulemap",
28   "pod_target_xcconfig": {
29     "SUPPORTS_MACCATALYST": "YES",
30     "DERIVE_MACCATALYST_PRODUCT_BUNDLE_IDENTIFIER": "NO"
31   },
32   "frameworks": "Photos",
33   "dependencies": {
34     "SDWebImage/Core": [
35       "~> 5.0"
36     ]
37   }