blob: ba90ebe66f16c28460159d6030fd81a96ccf97eb [file] [log] [blame]
{
"name": "CustomAlbum",
"version": "0.1.0",
"summary": "CustomAlbum automatically saves Image or Movie to app-specific album in Photos.",
"homepage": "https://github.com/mtfum/CustomAlbum",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "mtfum",
"social_media_url": "https://twitter.com/mtfum",
"platforms": {
"ios": "10.0"
},
"swift_versions": [
"5.1"
],
"source": {
"git": "https://github.com/mtfum/CustomAlbum.git",
"tag": "0.1.0"
},
"source_files": "Sources/**/*.swift",
"ios": {
"frameworks": "UIKit"
},
"swift_version": "5.1"
}