blob: 98533f496344f30ce709933be66fd5f27faf7541 [file] [log] [blame]
{
"name": "EasyFacebook",
"version": "0.1.1",
"license": "zlib",
"summary": "For developers who do Facebook related work on the server-side, gives them everything they need with just 3 methods.",
"homepage": "https://github.com/isair/EasyFacebook",
"authors": "Baris Sencan",
"source": {
"git": "https://github.com/isair/EasyFacebook.git",
"tag": "0.1.1"
},
"source_files": "EasyFacebook/Pod Classes/*.{h,m}",
"requires_arc": true,
"platforms": {
"ios": "7.0"
},
"dependencies": {
"Facebook-iOS-SDK": [
"~>3.16.2"
],
"FXKeychain": [
"~>1.5.1"
]
}
}