blob: 0fed70584158b9e716ee33ef704a44dd9bd25493 [file] [log] [blame]
{
"name": "Tatsi",
"version": "1.1.4",
"summary": "A drop-in replacement for UIImagePickerController with the ability to select multiple images and/or videos",
"description": "A drop-in replacement for UIImagePickerController with support for the following features:\n* Multi selection of photos/videos using the photos library\n* Ability to reverse the display order of images/videos\n* Option to show a camera button inside the picker\n* Assigning a max limit for the number of photos and videos\n* Choosing the first view the user sees",
"homepage": "https://github.com/awkward/Tatsi",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Awkward": "hello@awkward.co"
},
"social_media_url": "http://twitter.com/madeawkward",
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/awkward/Tatsi.git",
"tag": "1.1.4"
},
"source_files": [
"Tatsi",
"Tatsi/**/*.{h,m,swift}"
],
"exclude_files": "Classes/Exclude",
"frameworks": "Photos"
}