blob: 38e5e63c203d7ebc288a6ba805ef9df01268cff7 [file] [log] [blame]
{
"name": "FBPLUGIN",
"version": "1.0.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": "1.0.2"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes",
"resource_bundles": {
"FBPLUGIN": [
"Pod/Assets/*"
]
},
"resources": "Pod/Assets/*.*",
"frameworks": "CoreData",
"public_header_files": "Pod/Classes/*.h",
"dependencies": {
"AVHexColor": [
"~> 2.0"
],
"SVProgressHUD": [
],
"Toast": [
"~> 2.4"
],
"Reachability": [
"~> 3.2"
],
"AFNetworking": [
"~> 3.1"
],
"JSONKit-NoWarning": [
"~> 1.2"
],
"SDWebImage": [
"~> 3.7"
],
"hpple": [
"~> 0.2"
]
}
}