blob: 5c1f961ccfe43c39187a73ca83d517220a61b5bc [file] [log] [blame]
{
"name": "DLPhotoPicker",
"version": "1.1.6",
"summary": "iOS control that allows picking or displaying photos and videos from user's photo library.",
"description": "DLPhotoPicker is an iOS controller that allows picking\nor displaying photos and videos from user's photo library.\nThe usage and look-and-feel just similar to UIImagePickerController.\nIt uses **ARC** and **Photos** frameworks.",
"homepage": "https://github.com/darling0825/DLPhotoPicker",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"darling0825": "darling0825@163.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/darling0825/DLPhotoPicker.git",
"tag": "1.1.6"
},
"public_header_files": "DLPhotoPicker/**/*.h",
"source_files": "DLPhotoPicker/**/*.{h,m}",
"resource_bundles": {
"DLPhotoPicker": [
"DLPhotoPicker/Resources/*.xcassets",
"DLPhotoPicker/Resources/Localizations/*.lproj"
]
},
"ios": {
"frameworks": [
"Photos",
"AssetsLibrary"
]
},
"requires_arc": true,
"dependencies": {
"PureLayout": [
"~> 3.0.0"
],
"SVProgressHUD": [
],
"TOCropViewController": [
]
}
}