blob: bb468dd739e1eb66829104ef6f2244b06b32863f [file] [log] [blame]
{
"name": "BKPhotoBrowser",
"summary": "A simple photo browser",
"version": "0.0.3",
"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.3"
},
"requires_arc": true,
"source_files": "BKPhotoBrowser/**/*.{h,m}",
"public_header_files": "BKPhotoBrowser/**/*.{h}",
"frameworks": [
"Foundation",
"UIKit"
],
"dependencies": {
"YYWebImage": [
]
}
}