blob: 185e662b96a213216cc479e5e63d57584386aa88 [file] [log] [blame]
{
"name": "DLCaptureSession",
"version": "0.0.1",
"summary": "DLCaptureSession.",
"homepage": "https://github.com/sdkdimon/DLCaptureSession",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Dmitry Lizin": "sdkdimon@gmail.com"
},
"source": {
"git": "https://github.com/sdkdimon/DLCaptureSession.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"pod_target_xcconfig": {
"OTHER_LDFLAGS": "-ObjC"
},
"ios": {
"frameworks": [
"AVFoundation",
"UIKit"
]
},
"dependencies": {
"CGImageTools": [
"1.0"
]
},
"module_name": "DLCaptureSession",
"source_files": "DLCaptureSession/DLCaptureSession/Source/*.{h,m}",
"subspecs": [
{
"name": "Categories",
"source_files": "DLCaptureSession/DLCaptureSession/Source/Categories/*.{h,m}"
}
]
}