blob: 466e2d23cbd8978833118aa7157d8922c7b37c35 [file] [log] [blame]
{
"name": "LFCameraPickerController",
"version": "1.0.1",
"summary": "A clone of UIImagePickerController(UIImagePickerControllerSourceTypeCamera), support take photo and record video",
"homepage": "https://github.com/lincf0912/LFCameraPickerController",
"license": "MIT",
"authors": {
"lincf0912": "dayflyking@163.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/lincf0912/LFCameraPickerController.git",
"tag": "1.0.1",
"submodules": true
},
"requires_arc": true,
"resources": "LFCameraPickerControllerDEMO/LFCameraPickerControllerDEMO/class/*.bundle",
"source_files": [
"LFCameraPickerControllerDEMO/LFCameraPickerControllerDEMO/class/*.{h,m}",
"LFCameraPickerControllerDEMO/LFCameraPickerControllerDEMO/class/**/*.{h,m}"
],
"public_header_files": "LFCameraPickerControllerDEMO/LFCameraPickerControllerDEMO/class/*.h",
"dependencies": {
"SCRecorder": [
]
},
"subspecs": [
{
"name": "LFRecordButton",
"source_files": "LFCameraPickerControllerDEMO/LFCameraPickerControllerDEMO/vendors/LFRecordButton/*.{h,m}",
"public_header_files": "LFCameraPickerControllerDEMO/LFCameraPickerControllerDEMO/vendors/LFRecordButton/LFRecordButton.h"
}
]
}