[Add] EverlinkBroadcastSDK 3.1.1
[CocoaPods.git] / Specs / e / 7 / 8 / DLCImagePickerController / 0.0.1 / DLCImagePickerController.podspec.json
blobfa16393e5c08654be7b480107766e508962fd1f6
2   "name": "DLCImagePickerController",
3   "version": "0.0.1",
4   "summary": "ImagePickerController with live filters, radial blur and more. Brought to you by the fine ladies and gents at Backspaces.",
5   "description": "                    DLCImagePickerController is a fast, beautiful and fun way to filter and capture your photos with OpenGL and your iPhone.\n                    The majority of the praise should be directed towards BradLarson for his GPUImage library.\n",
6   "homepage": "http://www.backspac.es/",
7   "license": "BSD",
8   "authors": {
9     "Dmitri Cherniak": "dmitric@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/gobackspaces/DLCImagePickerController.git",
13     "tag": "0.0.1"
14   },
15   "platforms": {
16     "ios": "5.0"
17   },
18   "requires_arc": true,
19   "frameworks": "AssetsLibrary",
20   "subspecs": [
21     {
22       "name": "Core",
23       "source_files": "Classes",
24       "resources": [
25         "Resources/**/*.*",
26         "Images/{UI,Overlays}/*.png"
27       ],
28       "dependencies": {
29         "GPUImage": [
31         ]
32       }
33     },
34     {
35       "name": "FilterSamples",
36       "resources": "Images/FilterSamples/*.jpg"
37     }
38   ]