blob: 214909b65047987adc4f7f2649ea0dc36559da86 [file] [log] [blame]
{
"name": "FBPLUGIN",
"version": "0.1.4",
"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.1.4"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes",
"resource_bundles": {
"FBPLUGIN": [
"Pod/Assets/*"
]
},
"resources": "Pod/Assets/*.xcdatamodeld",
"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"
]
}
}