blob: 473a1c59384d13506b79561fa9c11c4a3fab1fc7 [file] [log] [blame]
{
"name": "SMFBProfileImageView",
"version": "0.5.0",
"summary": "A replacement class for FBProfilePictureView part of the Facebook iOS SDK.",
"description": " Provides a simple and convient way to display profile\n\t\t \n\t\t **Features in addition to FBProfilePictureView**\n * Uses AFNetworking to download images and provide caching\n\t\t * Fixes an issue with use in a UITableView where images wont update while scrolling\n",
"homepage": "https://github.com/sm11963/SMFBProfileImageView",
"license": {
"type": "Apache License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0)",
"file": "LICENSE"
},
"authors": {
"Sam Miller": "sm11963@gmail.com"
},
"source": {
"git": "https://github.com/sm11963/SMFBProfileImageView.git",
"tag": "0.5.0"
},
"platforms": {
"ios": "7.1"
},
"requires_arc": true,
"source_files": [
"Pod/Classes",
"Pod/Classes/*.{h,m}"
],
"frameworks": "UIKit",
"dependencies": {
"AFNetworking": [
"~> 2.3"
],
"Facebook-iOS-SDK": [
"~> 3.22"
]
}
}