blob: 72ac663414d7ca3ac04ae3e828e3cd5923b88032 [file] [log] [blame]
{
"name": "DVGAssetPickerController",
"version": "0.1.0",
"summary": "Assets Library media picker controller similar to Messages.app.",
"description": "This is an attempt to reimplement Apple's UI from Messages.app for iOS where\nyou can select photos from Camera Roll to attach to your imessage.\n",
"homepage": "https://github.com/denivip/DVGAssetPickerController",
"screenshots": [
"https://raw.githubusercontent.com/denivip/DVGAssetPickerController/master/Screenshots/screenshot1.jpg",
"https://raw.githubusercontent.com/denivip/DVGAssetPickerController/master/Screenshots/screenshot2.jpg"
],
"license": "MIT",
"authors": {
"DENIVIP Group": "support@denivip.ru"
},
"source": {
"git": "https://github.com/denivip/DVGAssetPickerController.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/AppTogether",
"platforms": {
"ios": "8.1"
},
"requires_arc": true,
"source_files": "Pod/Classes",
"resource_bundles": {
"DVGAssetPickerController": [
"Pod/Assets/*.png"
]
},
"public_header_files": "Pod/Classes/DVGAssetPickerViewController.h",
"frameworks": [
"UIKit",
"AssetsLibrary"
],
"dependencies": {
"TLLayoutTransitioning": [
]
}
}