blob: 3581c27e87fd459577238ee5e12855fe265bfc4d [file] [log] [blame]
{
"name": "LXPhotosManager",
"version": "0.2.1",
"summary": "LXPhotosManager is manager",
"description": "XLee manager LXPhotosManager",
"homepage": "https://github.com/LIXIANGXLee/LXPhotosManagerModule",
"license": "MIT",
"authors": {
"lixiang": "1367015013@qq.com"
},
"platforms": {
"ios": "9.2"
},
"swift_versions": "5.0",
"source": {
"git": "https://github.com/LIXIANGXLee/LXPhotosManagerModule.git",
"tag": "0.2.1"
},
"subspecs": [
{
"name": "LXFileInfoProtocol",
"source_files": "LXPhotosManager/LXFileInfoProtocol/*.{swift}"
},
{
"name": "LXHelpers",
"source_files": "LXPhotosManager/LXHelpers/*.{swift}"
},
{
"name": "SaveAsset",
"source_files": "LXPhotosManager/SaveAsset/*.{swift}"
},
{
"name": "LXPhotosBrowser",
"source_files": "LXPhotosManager/LXPhotosBrowser/*.{swift}",
"dependencies": {
"LXPhotosManager/LXFileInfoProtocol": [
]
}
},
{
"name": "LXNinegridPhotos",
"source_files": "LXPhotosManager/LXNinegridPhotos/*.{swift}",
"resources": "LXPhotosManager/LXNinegridPhotos/*.bundle",
"dependencies": {
"LXPhotosManager/LXFileInfoProtocol": [
],
"LXPhotosManager/LXHelpers": [
],
"LXPhotosManager/LXPhotosBrowser": [
]
}
}
],
"swift_version": "5.0"
}