blob: 0c5932c75f5c6a515d35770cd4a284befdceb216 [file] [log] [blame]
{
"name": "GBHFacebookImagePicker",
"version": "3.1.1",
"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": "3.1.1"
},
"platforms": {
"ios": "9.0"
},
"source_files": "GBHFacebookImagePicker/Classes/**/*",
"resource_bundles": {
"GBHFacebookImagePicker": [
"Images/*.{png}"
]
},
"dependencies": {
"FBSDKCoreKit": [
"~> 5.4.1"
],
"FBSDKLoginKit": [
"~> 5.4.1"
]
}
}