blob: ff8f73258c0ee6eac8561c81084de6ca21765ca0 [file] [log] [blame]
{
"name": "FSImagePicker",
"version": "0.1.0",
"summary": "An customizable image picker supporting multiselection.",
"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.0"
},
"platforms": {
"ios": "10.0"
},
"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"
]
}