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