blob: e93d6787e49d5f02c3cf7cc8d61a79f8a1e01786 [file] [log] [blame]
{
"name": "AFPhotoBrowser",
"version": "0.0.4",
"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.4"
},
"platforms": {
"ios": "9.0"
},
"source_files": "Pod/Classes/**/*",
"requires_arc": true,
"frameworks": [
"ImageIO",
"QuartzCore",
"AssetsLibrary",
"MediaPlayer"
],
"weak_frameworks": "Photos",
"dependencies": {
"MBProgressHUD": [
],
"DACircularProgress": [
"~> 2.3"
],
"SDWebImage": [
]
}
}