blob: 2269688511c0e01db740400d0512c028042f58b4 [file] [log] [blame]
{
"name": "AFPhotoBrowser",
"version": "0.0.3",
"license": "MIT",
"summary": "Photo browser plugin with vertical and horizontal scroll.",
"description": "AFPhotoBrowser is based on MWPhotoBrowser, I deprecated some API and add some new features, such as vertical scroll.",
"screenshots": [
],
"homepage": "https://github.com/mkjfeng01/AFPhotoBrowser",
"authors": {
"mkjfeng01": "mkjfeng01@gmail.com"
},
"source": {
"git": "https://github.com/mkjfeng01/AFPhotoBrowser.git",
"tag": "0.0.3"
},
"platforms": {
"ios": "10.0"
},
"source_files": "Pod/Classes/**/*",
"requires_arc": true,
"frameworks": [
"ImageIO",
"QuartzCore",
"AssetsLibrary",
"MediaPlayer"
],
"weak_frameworks": "Photos",
"dependencies": {
"MBProgressHUD": [
],
"DACircularProgress": [
],
"SDWebImage": [
]
}
}