blob: 72c3e96d467f485c6b50645e44dc06d77735e83c [file] [log] [blame]
{
"name": "EasyFacebook",
"version": "0.1.2",
"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.2"
},
"source_files": "EasyFacebook/Pod Classes/*.{h,m}",
"requires_arc": true,
"platforms": {
"ios": "7.0"
},
"dependencies": {
"Facebook-iOS-SDK": [
"~>3.17.0"
],
"FXKeychain": [
"~>1.5.1"
]
}
}