blob: a9f961e9faf3a12d22f1aaa747202164138798ba [file] [log] [blame]
{
"name": "GBHFacebookImagePicker",
"version": "4.0.0",
"summary": "GBHFacebookImagePicker is Facebook album photo picker written in Swift. Enjoy !",
"description": "GBHFacebookImagePicker is Facebook album photo picker written in Swift 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": "4.0.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "GBHFacebookImagePicker/Classes/**/*",
"resource_bundles": {
"GBHFacebookImagePicker": [
"Images/*.{png}"
]
},
"dependencies": {
"FBSDKCoreKit": [
"~> 6.0.0"
],
"FBSDKLoginKit": [
"~> 6.0.0"
]
},
"swift_versions": [
"5.0"
],
"swift_version": "5.0"
}