blob: dcf2d459bf527ed421885d88789253dfd1c687e7 [file] [log] [blame]
{
"name": "DBFBProfilePictureView",
"version": "1.6",
"platforms": {
"ios": "7.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"
},
"social_media_url": "https://twitter.com/combinatorial",
"source": {
"git": "https://github.com/combinatorial/DBFBProfilePictureView.git",
"tag": "1.6"
},
"requires_arc": true,
"source_files": "DBFBProfilePictureView",
"dependencies": {
"AFNetworking": [
">= 2.2"
],
"FBSDKCoreKit": [
"~> 4.3"
]
},
"compiler_flags": "-DUSE_AFNETWORKING_2",
"frameworks": [
"QuartzCore",
"MobileCoreServices",
"SystemConfiguration"
],
"prefix_header_contents": " #import <SystemConfiguration/SystemConfiguration.h>\n #import <MobileCoreServices/MobileCoreServices.h>\n"
}