blob: 201b066c93476b28253effd3c9c3fb1d90faaa30 [file] [log] [blame]
{
"name": "SDWebImagePhotosPlugin",
"version": "0.1.1",
"summary": "A short description of SDWebImagePhotosPlugin.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/SDWebImage/SDWebImagePhotosPlugin",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"DreamPiggy": "lizhuoli1126@126.com"
},
"source": {
"git": "https://github.com/SDWebImage/SDWebImagePhotosPlugin.git",
"tag": "0.1.1"
},
"platforms": {
"osx": "10.13",
"ios": "8.0",
"tvos": "10.0"
},
"source_files": [
"SDWebImagePhotosPlugin/Classes/**/*",
"SDWebImagePhotosPlugin/Module/SDWebImagePhotosPlugin.h"
],
"module_map": "SDWebImagePhotosPlugin/Module/SDWebImagePhotosPlugin.modulemap",
"frameworks": "Photos",
"dependencies": {
"SDWebImage/Core": [
">= 5.0.0-beta3"
]
}
}