blob: dd6410b4052a7c3aed95cdb9fa0bebb28fbb6e44 [file] [log] [blame]
{
"name": "DIAuth",
"version": "0.1.1",
"summary": "Two step authorization",
"description": "iOS library for two step authorization: social network auth + own server auth",
"homepage": "https://github.com/DmIvanov/DIAuth",
"license": "MIT",
"authors": {
"Dmitry Ivanov": "topolog@icloud.com"
},
"source": {
"git": "https://github.com/DmIvanov/DIAuth.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "DIAuth/DIAuth",
"dependencies": {
"KeychainAccess": [
],
"VK-ios-sdk": [
],
"FBSDKCoreKit": [
],
"FBSDKLoginKit": [
]
}
}