blob: cbc6676d4fe317c25b26e8e7e56520efc63cce7c [file] [log] [blame]
{
"name": "FSImagePicker",
"version": "0.1.5",
"summary": "A customizable image picker with multiselection support.",
"description": "FSImagePickerViewController is an image picker supporting multiselection and simple customizations.",
"homepage": "https://github.com/vahan3x/FSImagePicker",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Vahan Babayan": "vahan3x@gmail.com"
},
"source": {
"git": "https://github.com/vahan3x/FSImagePicker.git",
"tag": "0.1.5"
},
"platforms": {
"ios": "9.1"
},
"source_files": "FSImagePicker/Classes/**/*",
"resources": [
"FSImagePicker/Assets/*.xcassets"
],
"public_header_files": "FSImagePicker/Classes/Public/**/*.h",
"private_header_files": "FSImagePicker/Classes/Private/**/*.h",
"frameworks": [
"Foundation",
"UIKit",
"Photos",
"PhotosUI",
"AVFoundation"
]
}