[Add] AgoraRtcEngine_iOS_Preview 4.3.2.11-build.2
[CocoaPods.git] / Specs / 7 / e / 8 / IdentityManager / 0.6 / IdentityManager.podspec.json
blobbc6b56c5bb3327ca7f31a0ae86e7ac87c91b706c
2   "name": "IdentityManager",
3   "version": "0.6",
4   "license": "MIT",
5   "summary": "IdentityManager maintains multiple accounts on each oauth platform.",
6   "description": "                    IdentityManager maintains multiple accounts on each oauth platform, bundled with facebook, twitter, linkedin support. But you can register as many OAuth 1.0a services as you can.\n\n\t\t\t\t\tThis project was inspired by the following projects:\n\n\t\t\t\t\tAFOAuth1Client\n\t\t\t\t\tTWiOS5ReverseAuthExample\n\t\t\t\t\tRSOAuthEngine\n\t\t\t\t\tSwitchUserSample from FacebookSDK\n",
7   "homepage": "https://github.com/lognllc/IdentityManager",
8   "authors": {
9     "Rex Sheng": "rex@lognllc.com"
10   },
11   "source": {
12     "git": "https://github.com/lognllc/IdentityManager.git",
13     "tag": "0.6"
14   },
15   "source_files": "*.{h,m}",
16   "requires_arc": true,
17   "platforms": {
18     "ios": "5.0"
19   },
20   "dependencies": {
21     "Facebook-iOS-SDK": [
22       "3.2.1"
23     ],
24     "AFNetworking": [
25       "1.2.0"
26     ],
27     "MBProgressHUD": [
28       "0.6"
29     ]
30   }