blob: 490d4879c27889786d67b6e44d76308604f10783 [file] [log] [blame]
{
"name": "AASheetController",
"version": "0.1.2",
"summary": "Replace apple UIAlertController with access to device photo library",
"description": "AASheetController is an highly customizable ViewController that aim to simplify access to device photo library using photos framework, it has the same appearance of apple UIAlertController with .sheet style.",
"homepage": "https://github.com/alessioarsuffi/AASheetController",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Alessio Arsuffi": "alessio.arsuffi@gmail.com"
},
"source": {
"git": "https://github.com/alessioarsuffi/AASheetController.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "9.3"
},
"source_files": "AASheetController/Classes/**/*",
"frameworks": [
"UIKit",
"Photos"
],
"pushed_with_swift_version": "3.0"
}