blob: 3fc36369196cb4a6d464153de0e11a52193e6310 [file] [log] [blame]
{
"name": "LXPhotosManager",
"version": "0.1.1",
"summary": "LXPhotosManager is manager",
"description": "XLee manager LXPhotosManager",
"homepage": "https://github.com/LIXIANGXLee/LXPhotosManagerModule",
"license": "MIT",
"authors": {
"lixiang": "lixiang@gokuaidian.com"
},
"platforms": {
"ios": "9.2"
},
"source": {
"git": "https://github.com/LIXIANGXLee/LXPhotosManagerModule.git",
"tag": "0.1.1"
},
"subspecs": [
{
"name": "LXFileInfoProtocol",
"source_files": "LXPhotosManager/LXFileInfoProtocol/*.{swift}"
},
{
"name": "LXPhotosBrowser",
"source_files": "LXPhotosManager/LXPhotosBrowser/*.{swift}",
"dependencies": {
"LXPhotosManager/LXFileInfoProtocol": [
]
}
},
{
"name": "LXNinegridPhotos",
"source_files": "LXPhotosManager/LXNinegridPhotos/*.{swift}",
"dependencies": {
"LXPhotosManager/LXFileInfoProtocol": [
]
}
}
]
}