blob: a52e1a14faf2801ba194004bb4c96d4460b1f984 [file] [log] [blame]
{
"name": "IQMediaPickerController",
"version": "2.0.0",
"source": {
"git": "https://github.com/hackiftekhar/IQMediaPickerController.git",
"tag": "v2.0.0"
},
"summary": "Audio Video and Image Picker Controller",
"homepage": "https://github.com/hackiftekhar/IQMediaPickerController",
"license": "MIT",
"authors": {
"Iftekhar Qurashi": "hack.iftekhar@gmail.com"
},
"platforms": {
"ios": "9.0"
},
"source_files": "IQMediaPickerController/**/*.{h,m}",
"public_header_files": [
"IQMediaPickerController/IQMediaPickerController.h",
"IQMediaPickerController/IQMediaPickerSelection.h"
],
"resources": "IQMediaPickerController/**/*.{xcassets}",
"dependencies": {
"DBCameraButton": [
],
"SCSiriWaveformView": [
]
},
"frameworks": [
"AVFoundation",
"AVKit",
"CoreMedia",
"CoreGraphics",
"Foundation",
"MediaPlayer",
"MobileCoreServices",
"Photos",
"QuartzCore",
"UIKit"
],
"requires_arc": true
}