[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 5 / b / 3 / DBCamera / 2.2.1 / DBCamera.podspec.json
blobafaea2dee7472cd6bec5b9e3081d8c03190c71ea
2   "name": "DBCamera",
3   "version": "2.2.1",
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": "2.2.1"
13   },
14   "platforms": {
15     "ios": "6.0"
16   },
17   "requires_arc": true,
18   "source_files": [
19     "DBCamera/Categories/*.{h,m}",
20     "DBCamera/Controllers/*.{h,m}",
21     "DBCamera/Headers/*.{h,m}",
22     "DBCamera/Managers/*.{h,m}",
23     "DBCamera/Objects/*.{h,m}",
24     "DBCamera/Views/*.{h,m}"
25   ],
26   "resources": [
27     "DBCamera/Resources/*.{xib,xcassets}",
28     "DBCamera/Localizations/**"
29   ],
30   "frameworks": [
31     "AVFoundation",
32     "CoreMedia"
33   ]