blob: c4faa50311215532382bdd8c240350823a156217 [file] [log] [blame]
{
"name": "Pellicola",
"version": "0.3.0",
"summary": "A replacement for UIImagePickerController with multiple selection",
"description": "A replacement for UIImagePickerController with multiple selection support written in Swift.",
"homepage": "https://github.com/Subito-it/Pellicola",
"license": "Apache License, Version 2.0",
"authors": "Subito",
"source": {
"git": "https://github.com/Subito-it/Pellicola.git",
"tag": "0.3.0"
},
"platforms": {
"ios": "9.0"
},
"swift_version": "4.1",
"requires_arc": true,
"source_files": "Pellicola/Classes/**/*",
"resources": [
"Pellicola/Classes/**.xib",
"Pellicola/Resources/*"
]
}