blob: 6b32574629fafcbbedcbc66f6dfa6b10672db1a6 [file] [log] [blame]
{
"name": "RSPhotoBrowser",
"version": "1.3.0",
"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.3.0"
},
"source_files": "RSPhotoBrowser/MWPhotoBrowser/Classes/*",
"resources": "RSPhotoBrowser/MWPhotoBrowser/RSPhotoBrowser.bundle",
"frameworks": [
"ImageIO",
"QuartzCore",
"AssetsLibrary",
"MediaPlayer"
],
"weak_frameworks": "Photos",
"requires_arc": true,
"dependencies": {
"MBProgressHUD": [
],
"DACircularProgress": [
],
"SDWebImage": [
]
}
}