blob: 1deffcc0e55e79592be288a60470ac02ca8b5461 [file] [log] [blame]
{
"name": "PickImageAlert",
"version": "1.0.0",
"summary": "Photos or camera access using the system alert controller",
"description": "PickImageAlert provides a list of your photos in your alert controller with three alert actions",
"requires_arc": true,
"homepage": "https://github.com/limadeveloper/PickImageAlert",
"license": "MIT",
"authors": {
"John Lima": "john.limadeveloper@icloud.com"
},
"social_media_url": "https://twitter.com/johncarloslima",
"platforms": {
"ios": "11.0"
},
"source": {
"git": "https://github.com/limadeveloper/PickImageAlert.git",
"tag": "1.0.0"
},
"frameworks": "UIKit",
"source_files": "Framework/PickImageAlert/**/*.{swift}",
"resources": "Framework/PickImageAlert/**/*.{png,jpeg,jpg,storyboard,xib,xcassets}",
"swift_version": "4.2"
}