blob: 66dbfc4615e087d309423f7fd6a2544b95347715 [file] [log] [blame]
{
"name": "PickImageAlert",
"version": "1.0.3",
"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@gmail.com"
},
"social_media_url": "https://twitter.com/johncarloslima",
"platforms": {
"ios": "11.0"
},
"source": {
"git": "https://github.com/limadeveloper/PickImageAlert.git",
"tag": "1.0.3"
},
"frameworks": "UIKit",
"source_files": "Framework/PickImageAlert/**/*.{swift}",
"resources": "Framework/PickImageAlert/**/*.{png,jpeg,jpg,storyboard,xib,xcassets}",
"swift_version": "4.2",
"dependencies": {
"SwiftLint": [
"~> 0.28"
]
}
}