[Add] RegulaCommonNightly 7.5.938
[CocoaPods.git] / Specs / 5 / b / 3 / DBCamera / 2.3.13 / DBCamera.podspec.json
blob38682065376f5246125b4342a9a4fcab6fc5ba11
2   "name": "DBCamera",
3   "version": "2.3.13",
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.3.13"
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     "DBCamera/Filters/*.{h,m}"
26   ],
27   "resources": [
28     "DBCamera/Resources/*.{xib,xcassets}",
29     "DBCamera/Localizations/**",
30     "DBCamera/Filters/*.{acv}"
31   ],
32   "frameworks": [
33     "AVFoundation",
34     "CoreMedia",
35     "QuartzCore"
36   ],
37   "dependencies": {
38     "GPUImage": [
39       "~> 0.1"
40     ]
41   }