blob: 33d6e3990c3a85cfaadc8c45c9b358e998788b54 [file] [log] [blame]
{
"name": "EasyAlbum",
"version": "1.0.1",
"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"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/ray00178/EasyAlbum.git",
"tag": "1.0.1"
},
"source_files": "EasyAlbum/**/*.{h,swift,xib}",
"resources": [
"EasyAlbum/*.xcassets"
],
"frameworks": [
"UIKit",
"Photos"
]
}