blob: 70f74594461110ee00107980b34b5d407b3b3d85 [file] [log] [blame]
{
"name": "RSPhotoBrowser",
"version": "1.1.1",
"summary": "RSPhotoBrowser base on MWPhotoBrowser",
"homepage": "https://github.com/chenjipdc",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"pdc": "chenjipdc@yeah.net"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/chenjipdc/RSPhotoBrowser.git",
"tag": "1.1.1"
},
"source_files": "RSPhotoBrowser/MWPhotoBrowser/Classes/*",
"resource_bundles": {
"RSPhotoBrowser": [
"RSPhotoBrowser/MWPhotoBrowser/Assets/*.png"
]
},
"frameworks": [
"ImageIO",
"QuartzCore",
"AssetsLibrary",
"MediaPlayer"
],
"weak_frameworks": "Photos",
"requires_arc": true,
"dependencies": {
"MBProgressHUD": [
],
"DACircularProgress": [
],
"SDWebImage": [
]
}
}