blob: 19236cffaa2eee06fb4ba5e1067bef42226c7fbd [file] [log] [blame]
{
"name": "SMFBProfileImageView",
"version": "0.6.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.6.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"
]
}
}