[Add] RegulaCommonNightly 7.5.938
[CocoaPods.git] / Specs / 5 / b / 3 / DBCamera / 2.4.1 / DBCamera.podspec.json
blob39fbdaca40974af01d93963af4c41ad444233f8f
2   "name": "DBCamera",
3   "version": "2.4.1",
4   "summary": "DBCamera is a simple custom camera with AVFoundation",
5   "description": "                    DBCamera is a simple custom camera with AVFoundation, completely customizable.\n",
6   "homepage": "https://github.com/danielebogo/DBCamera",
7   "license": "MIT",
8   "authors": {
9     "Daniele Bogo": "me@bogodaniele.com"
10   },
11   "social_media_url": "http://bogodaniele.com",
12   "platforms": {
13     "ios": "6.0"
14   },
15   "source": {
16     "git": "https://github.com/danielebogo/DBCamera.git",
17     "tag": "2.4.1"
18   },
19   "source_files": [
20     "DBCamera/Categories/*.{h,m}",
21     "DBCamera/Controllers/*.{h,m}",
22     "DBCamera/Headers/*.{h,m}",
23     "DBCamera/Managers/*.{h,m}",
24     "DBCamera/Objects/*.{h,m}",
25     "DBCamera/Views/*.{h,m}",
26     "DBCamera/Filters/*.{h,m}"
27   ],
28   "resources": [
29     "DBCamera/Resources/*.{xib,xcassets}",
30     "DBCamera/Localizations/DBCamera.bundle",
31     "DBCamera/Filters/*.{acv}"
32   ],
33   "frameworks": [
34     "AVFoundation",
35     "CoreMedia",
36     "QuartzCore"
37   ],
38   "requires_arc": true,
39   "dependencies": {
40     "GPUImage": [
41       "~> 0.1"
42     ]
43   }