blob: 647c3ad5e2119614454a6859db561138450f6f4e [file] [log] [blame]
{
"name": "ImagePickerWhatsApp",
"version": "0.1.1",
"summary": "Capture Image, Capture Video, Select Image from Library, Select Video from Library.",
"description": "--- i need some help supporting iOS 9 and 10 ---\ni was searching for a pod that will allow me to select media files like whatsapp does, but i wasn't able to find one so i created my own.",
"homepage": "https://github.com/jhonyourangel/ImagePickerWhatsApp.git",
"license": {
"type": "MIT",
"file": "/Users/aiu/Documents/cocoapods/ImagePickerWhatsApp/LICENSE"
},
"authors": {
"ion utale": "ion.utale@icloud.com"
},
"platforms": {
"ios": "11.0"
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "4"
},
"source": {
"git": "https://github.com/jhonyourangel/ImagePickerWhatsApp.git",
"tag": "0.1.1"
},
"exclude_files": "*.md",
"source_files": "ImagePickerWhatsApp/*.swift",
"resources": [
"ImagePickerWhatsApp/*.{png,jpeg,jpg,pdf,storyboard,xib, xcassets}",
"ImagePickerWhatsApp/*.xcassets"
]
}