blob: f6351f9749e9f1fb2b105b15814d5c10c5f7a16b [file] [log] [blame]
{
"name": "AssetPicker",
"version": "1.4",
"summary": "AssetPicker is a UIViewController subclass that provides an alternative solution to UIImagePickerController.",
"description": "AssetPicker is a UIViewController subclass that provides an alternative solution to standard UIImagePickerController. Highlights are :-\n\n * Have both modes within single screen (Use Library or Use Camera).\n * Select Multiple Assets (Photos / Videos).\n * Browse all the albums within one screen.\n * Filters :- Photos(Default), Videos, All\n * Supports Portrait & Landscape Modes. (Autorotation supported (UIInterfaceOrientationMaskAllButUpsideDown))\n * Uses Blocks for completion & cancel (Maintains integrity of code)\n * Provides original ALAsset in returned response. (Better use it's properties)\n * Provides ContentsURL for both Photos & Videos. (No UIImage directly, memory issues with multiple selection)\n * Considers standard TabBarHeight and leaves space for that if set YES.\n * Set Maximum Limits Independently on Photos, Videos, Assets.",
"homepage": "https://github.com/taruntyagi697/AssetPicker",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Tarun Tyagi": "taruntyagi697@gmail.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/taruntyagi697/AssetPicker.git",
"tag": "v1.4"
},
"source_files": "AssetPicker/*.{h,m}",
"resources": "AssetPicker/*.png",
"frameworks": [
"AssetsLibrary",
"QuartzCore"
],
"requires_arc": true
}