blob: 831356ec2c782442a8bdbb8fac62618023f3c91d [file] [log] [blame]
{
"name": "EasyAlbum",
"version": "1.2.0",
"summary": "📷 A lightweight, pure-Swift library for pick up photo from ur album.",
"description": "📷 A lightweight, pure-Swift library can help u easy to pick up photo from album.",
"homepage": "https://github.com/ray00178/EasyAlbum",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ray": "ray00178@gmail.com"
},
"social_media_url": "https://twitter.com/ray00178",
"swift_versions": "4.2",
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/ray00178/EasyAlbum.git",
"tag": "1.2.0"
},
"source_files": "EasyAlbum/**/*.{h,swift,xib}",
"resource_bundles": {
"EasyAlbum": [
"EasyAlbum/EasyAlbum.bundle/*.png"
]
},
"frameworks": [
"UIKit",
"Photos",
"PhotosUI",
"ImageIO"
],
"swift_version": "4.2"
}