blob: c3acde27e336a1f7fecb0168ce00914cc5b0ec79 [file] [log] [blame]
{
"name": "DIAuth",
"version": "0.1.0",
"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.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"DIAuth": [
"Pod/Assets/*.png"
]
},
"dependencies": {
"KeychainAccess": [
],
"VK-ios-sdk": [
],
"FBSDKCoreKit": [
],
"FBSDKLoginKit": [
]
}
}