blob: e3302837ee9a78aa6d624efff8a28f8406cf5300 [file] [log] [blame]
{
"name": "IRPhotoGallery",
"version": "1.0.1",
"summary": "Make a Button Group to control.",
"description": "Make a Button Group to control.",
"homepage": "https://github.com/irons163/IRPhotoGallery.git",
"license": "MIT",
"authors": "irons163",
"platforms": {
"ios": "11.0"
},
"source": {
"git": "https://github.com/irons163/IRPhotoGallery.git",
"tag": "1.0.1"
},
"source_files": "IRPhotoGallery/**/*.{h,m}",
"dependencies": {
"SDWebImage": [
"~> 4.0"
],
"IRCameraViewController": [
]
},
"resources": [
"IRPhotoGallery/**/*.xib"
],
"info_plist": {
"NSCameraUsageDescription": "Please allow to access your camera.",
"NSPhotoLibraryUsageDescription": "Please allow to access your album."
}
}