blob: 3ffe89043f7a95c9c50149da0095c26f637aa52c [file] [log] [blame]
{
"name": "BKPhotoBrowser",
"summary": "A simple photo browser",
"version": "0.0.1",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"BestKai": "bestkai9009@gmail.com"
},
"homepage": "https://github.com/BestKai/BKPhotoBrowser",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/BestKai/BKPhotoBrowser.git",
"tag": "0.0.1"
},
"requires_arc": true,
"source_files": "BKPhotoBrowser/**/*.{h,m}",
"public_header_files": "BKPhotoBrowser/**/*.{h}",
"frameworks": [
"Foundation",
"UIKit"
],
"dependencies": {
"YYWebImage": [
]
}
}