blob: 9b240f2b1f60c2f5d9a67debcb04ae7409a037df [file] [log] [blame]
{
"name": "AFPhotoBrowser",
"version": "0.0.1",
"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.1"
},
"platforms": {
"ios": "10.0"
},
"source_files": "Pod/Classes/**/*",
"requires_arc": true,
"frameworks": [
"ImageIO",
"QuartzCore",
"AssetsLibrary",
"MediaPlayer"
],
"weak_frameworks": "Photos",
"dependencies": {
"MBProgressHUD": [
],
"DACircularProgress": [
],
"SDWebImage": [
]
}
}