[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 4 / 2 / 7 / DLCaptureSession / 0.0.1 / DLCaptureSession.podspec.json
blob185e662b96a213216cc479e5e63d57584386aa88
2   "name": "DLCaptureSession",
3   "version": "0.0.1",
4   "summary": "DLCaptureSession.",
5   "homepage": "https://github.com/sdkdimon/DLCaptureSession",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Dmitry Lizin": "sdkdimon@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/sdkdimon/DLCaptureSession.git",
15     "tag": "0.0.1"
16   },
17   "platforms": {
18     "ios": "7.0"
19   },
20   "requires_arc": true,
21   "pod_target_xcconfig": {
22     "OTHER_LDFLAGS": "-ObjC"
23   },
24   "ios": {
25     "frameworks": [
26       "AVFoundation",
27       "UIKit"
28     ]
29   },
30   "dependencies": {
31     "CGImageTools": [
32       "1.0"
33     ]
34   },
35   "module_name": "DLCaptureSession",
36   "source_files": "DLCaptureSession/DLCaptureSession/Source/*.{h,m}",
37   "subspecs": [
38     {
39       "name": "Categories",
40       "source_files": "DLCaptureSession/DLCaptureSession/Source/Categories/*.{h,m}"
41     }
42   ]