{ | |
"name": "BDCamera", | |
"version": "0.2", | |
"summary": "BDCamera is a simple camera with AVFoundation", | |
"homepage": "https://github.com/Borodutch/BDCamera", | |
"license": "MIT", | |
"authors": { | |
"leoru": "kirillkunst@gmail.com" | |
}, | |
"requires_arc": true, | |
"platforms": { | |
"ios": "7.0" | |
}, | |
"source": { | |
"git": "https://github.com/Borodutch/BDCamera.git", | |
"tag": "v0.2" | |
}, | |
"source_files": "BDCamera/**/*.{h,m}" | |
} |