blob: 5c30f6f098d01d4e36a7b3d7883f0b23ef3c08a8 [file] [log] [blame]
{
"name": "DBFBProfilePictureView",
"version": "1.4.2",
"platforms": {
"ios": "5.0"
},
"summary": "Improved Facebook profile picture view.",
"homepage": "https://github.com/combinatorial/DBFBProfilePictureView",
"license": "Apache License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0)",
"authors": {
"David Brittain": "combinatorial@gmail.com"
},
"source": {
"git": "https://github.com/combinatorial/DBFBProfilePictureView.git",
"tag": "1.4.2"
},
"requires_arc": true,
"source_files": "DBFBProfilePictureView",
"dependencies": {
"AFNetworking": [
"~> 1.3.1"
],
"Facebook-iOS-SDK": [
">= 3.5.1"
]
},
"frameworks": [
"QuartzCore",
"MobileCoreServices",
"SystemConfiguration"
],
"prefix_header_contents": " #import <SystemConfiguration/SystemConfiguration.h>\n #import <MobileCoreServices/MobileCoreServices.h>\n"
}