blob: c12b4de5bfe11ab2a0ba210eec4860987f79233b [file] [log] [blame]
{
"name": "PickImageAlert",
"version": "1.0.6",
"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/thejohnlima/PickImageAlert",
"license": "MIT",
"authors": {
"John Lima": "thejohnlima@icloud.com"
},
"social_media_url": "https://twitter.com/thejohnlima",
"platforms": {
"ios": "11.0"
},
"source": {
"git": "https://github.com/thejohnlima/PickImageAlert.git",
"tag": "1.0.6"
},
"frameworks": "UIKit",
"source_files": "Framework/PickImageAlert/**/*.{swift}",
"resources": "Framework/PickImageAlert/**/*.{png,jpeg,jpg,storyboard,xib,xcassets}",
"swift_versions": "5.0",
"dependencies": {
"SwiftLint": [
]
},
"swift_version": "5.0"
}