blob: 6036cae61e8a05b46d65b10c968c87329845785d [file] [log] [blame]
{
"name": "GBHFacebookImagePicker",
"version": "2.3.0",
"summary": "GBHFacebookImagePicker is Facebook album photo picker written in Swift 3.0. Enjoy !",
"description": "GBHFacebookImagePicker is Facebook album photo picker written in Swift 3.0 which permit to pick picture in your Facebook album",
"homepage": "https://github.com/floriangbh/FacebookImagePicker",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Florian Gabach": "florian.gabach@gmail.com"
},
"source": {
"git": "https://github.com/floriangbh/FacebookImagePicker.git",
"tag": "2.3.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "GBHFacebookImagePicker/Classes/**/*",
"resource_bundles": {
"GBHFacebookImagePicker": [
"Images/*.{png}"
]
},
"dependencies": {
"FBSDKCoreKit": [
"~> 4.30.0"
],
"FBSDKLoginKit": [
"~> 4.30.0"
]
}
}