blob: 54aebb92b2b085fc1e33a26e1bc82d37c2e5dd91 [file] [log] [blame]
{
"name": "LetMeAuth-FacebookSDK-iOS",
"version": "2.0.0",
"authors": {
"Alexey Aleshkov": "djmadcat@gmail.com"
},
"license": {
"type": "BSD",
"file": "LICENSE"
},
"summary": "Let Me Auth! Facebook authorization provider based on official Facebook SDK",
"homepage": "https://github.com/webparadox/LetMeAuth-FacebookSDK-iOS",
"source": {
"git": "https://github.com/webparadox/LetMeAuth-FacebookSDK-iOS.git",
"tag": "2.0.0"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": "Pod/*.{h,m}",
"dependencies": {
"LetMeAuth": [
"~> 2.0"
],
"Facebook-iOS-SDK": [
"~> 3.21"
]
}
}