blob: b2998d578f4449538e3e87763954abe3bce87858 [file] [log] [blame]
{
"name": "RSPhotoBrowser",
"version": "0.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": "0.1.1"
},
"source_files": "RSPhotoBrowser/MWPhotoBrowser/Classes/*",
"resource_bundles": {
"MWPhotoBrowser": [
"RSPhotoBrowser/MWPhotoBrowser/Assets/*.png"
]
},
"frameworks": [
"ImageIO",
"QuartzCore",
"AssetsLibrary",
"MediaPlayer"
],
"weak_frameworks": "Photos",
"requires_arc": true,
"dependencies": {
"MBProgressHUD": [
],
"DACircularProgress": [
],
"SDWebImage": [
]
}
}