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