blob: 14dc5283cb608f1ec8cbc43c40df81b825be7863 [file] [log] [blame]
{
"name": "FBPLUGIN",
"version": "0.2.8",
"summary": "Plugin for Facebook intergration",
"description": "Useful plugin for Facebook login and request information with fews line of code",
"homepage": "https://github.com/tthufo",
"license": "MIT",
"authors": {
"thanhhaitran": "tthufo@gmail.com"
},
"source": {
"git": "https://github.com/tthufo/FBPLUGIN.git",
"tag": "0.2.8"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes",
"resource_bundles": {
"FBPLUGIN": [
"Pod/Assets/*"
]
},
"resources": "Pod/Assets/*.*",
"frameworks": "CoreData",
"dependencies": {
"FBSDKCoreKit": [
"~> 4.4"
],
"FBSDKLoginKit": [
"~> 4.4"
],
"FBSDKShareKit": [
"~> 4.4"
],
"AVHexColor": [
"~> 2.0"
],
"SVProgressHUD": [
],
"Toast": [
"~> 2.4"
],
"ASIHTTPRequest": [
"~> 1.8"
],
"JSONKit-NoWarning": [
"~> 1.2"
],
"SDWebImage": [
"~> 3.7"
]
}
}