[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 5 / 2 / 6 / DIAuth / 0.1.0 / DIAuth.podspec.json
blobc3acde27e336a1f7fecb0168ce00914cc5b0ec79
2   "name": "DIAuth",
3   "version": "0.1.0",
4   "summary": "Two step authorization",
5   "description": "iOS library for two step authorization: social network auth + own server auth",
6   "homepage": "https://github.com/DmIvanov/DIAuth",
7   "license": "MIT",
8   "authors": {
9     "Dmitry Ivanov": "topolog@icloud.com"
10   },
11   "source": {
12     "git": "https://github.com/DmIvanov/DIAuth.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "DIAuth": [
22       "Pod/Assets/*.png"
23     ]
24   },
25   "dependencies": {
26     "KeychainAccess": [
28     ],
29     "VK-ios-sdk": [
31     ],
32     "FBSDKCoreKit": [
34     ],
35     "FBSDKLoginKit": [
37     ]
38   }