blob: 4ad98bb33e3f98b19e07edf7ad9bd6d2c9a0da88 [file] [log] [blame]
{
"name": "FBPLUGIN",
"version": "0.1.2",
"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.2"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"FBPLUGIN": [
"Pod/Assets/*.png"
]
},
"dependencies": {
"FBSDKCoreKit": [
"~> 4.4"
],
"FBSDKLoginKit": [
"~> 4.4"
],
"FBSDKShareKit": [
"~> 4.4"
],
"AVHexColor": [
"~> 2.0"
],
"SVProgressHUD": [
],
"Toast": [
"~> 2.4"
],
"ASIHTTPRequest": [
"~> 1.8"
],
"JSONKit-NoWarning": [
"~> 1.2"
]
}
}