[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 5 / b / 3 / DBCamera / 0.9 / DBCamera.podspec.json
blob08d9995411d0de4ca1c3cc94d51ab88a46414af0
2   "name": "DBCamera",
3   "version": "0.9",
4   "license": "MIT",
5   "summary": "DBCamera is a simple custom camera with AVFoundation",
6   "homepage": "https://github.com/danielebogo/DBCamera",
7   "authors": {
8     "Daniele Bogo": "daniele@paperstreetsoapdesign.com"
9   },
10   "source": {
11     "git": "https://github.com/danielebogo/DBCamera.git",
12     "tag": "0.9"
13   },
14   "platforms": {
15     "ios": "6.0"
16   },
17   "requires_arc": true,
18   "source_files": "DBCamera/*.{h,m}",
19   "resources": [
20     "DBCamera/Resources/*.{xib,xcassets}",
21     "DBCamera/Localizations/**"
22   ],
23   "frameworks": "AVFoundation"