| { | |
| "name": "DBCamera", | |
| "version": "0.1", | |
| "license": "MIT", | |
| "summary": "DBCamera is a simple custom camera with AVFoundation", | |
| "homepage": "https://github.com/danielebogo/DBCamera", | |
| "authors": { | |
| "Daniele Bogo": "daniele@paperstreetsoapdesign.com" | |
| }, | |
| "source": { | |
| "git": "https://github.com/danielebogo/DBCamera.git", | |
| "tag": "0.1" | |
| }, | |
| "platforms": { | |
| "ios": "7.0" | |
| }, | |
| "requires_arc": true, | |
| "source_files": "DBCamera/*.{h,m}", | |
| "resources": "Example/DBCamera/*.{xib,xcassets}", | |
| "frameworks": "AVFoundation" | |
| } |