blob: aabb30e8954c0478c804f69b4176c54277df6661 [file] [log] [blame]
{
"name": "DBFBProfilePictureView",
"version": "1.4.0",
"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.0"
},
"requires_arc": true,
"source_files": "DBFBProfilePictureView",
"dependencies": {
"AFNetworking": [
"~> 1.3.1"
],
"Facebook-iOS-SDK": [
">= 3.1.1"
]
},
"frameworks": [
"QuartzCore",
"MobileCoreServices",
"SystemConfiguration"
],
"prefix_header_contents": " #import <SystemConfiguration/SystemConfiguration.h>\n #import <MobileCoreServices/MobileCoreServices.h>\n"
}