blob: 0291597d48fd66b56d572bd7239c2de240ccddb5 [file] [log] [blame]
{
"name": "LPhotoBrowser",
"version": "1.0.0",
"summary": "A photoBrowser used on iOS.",
"description": "It is a photoBrowser used on iOS, which implement by Objective-C.",
"homepage": "https://github.com/LPrivateOrganization/LPhotoBrowser",
"license": "MIT",
"authors": {
"RNai": "lcwei0521@163.com"
},
"source": {
"git": "https://github.com/LPrivateOrganization/LPhotoBrowser.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "LPhotoBrowser/*",
"frameworks": [
"Foundation",
"CoreGraphics",
"UIKit"
],
"dependencies": {
"SVProgressHUD": [
],
"SDWebImage": [
"~> 3.7.3"
]
}
}