blob: f2aa81b23f19fb91fbe33629a3cfdfdd899e53bf [file] [log] [blame]
{
"name": "FBImagePicker",
"version": "1.0.0",
"summary": ":camera: An image picker for Facebook",
"description": "FBImagePicker is a quick and easy drop-in image picker for Facebook. It works in tandem with the official Facebook SDK to allow easy selection of images from user albums.",
"homepage": "https://github.com/steve228uk/FBImagePicker",
"license": "MIT",
"authors": {
"Stephen Radford": "steve228uk@gmail.com"
},
"social_media_url": "http://twitter.com/steve228uk",
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/steve228uk/FBImagePicker.git",
"tag": "1.0.0"
},
"source_files": "FBImagePicker/**/*.{swift}",
"resources": [
"FBImagePicker/**/*.{storyboard}"
],
"frameworks": "UIKit",
"dependencies": {
"Alamofire": [
],
"FBSDKCoreKit": [
],
"FBSDKLoginKit": [
]
},
"pushed_with_swift_version": "3.0.1"
}