[Add] FaceSDKNightly 6.4.2326
[CocoaPods.git] / Specs / 4 / 6 / 5 / DropboxSimpleOAuth / 0.0.3 / DropboxSimpleOAuth.podspec.json
blobf97bcd604ded2eef5dbb32b723faa9cf25d920ef
2   "name": "DropboxSimpleOAuth",
3   "version": "0.0.3",
4   "summary": "A quick and simple way to authenticate a Dropbox user in your iPhone or iPad app.",
5   "homepage": "https://github.com/rbaumbach/DropboxSimpleOAuth",
6   "license": {
7     "type": "MIT",
8     "file": "MIT-LICENSE.txt"
9   },
10   "authors": {
11     "Ryan Baumbach": "rbaumbach.github@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/rbaumbach/DropboxSimpleOAuth.git",
15     "tag": "0.0.3"
16   },
17   "requires_arc": true,
18   "platforms": {
19     "ios": "7.0"
20   },
21   "public_header_files": [
22     "DropboxSimpleOAuth/DropboxSimpleOAuth.h",
23     "DropboxSimpleOAuth/DropboxSimpleOAuthViewController.h",
24     "DropboxSimpleOAuth/DropboxLoginResponse.h"
25   ],
26   "source_files": "DropboxSimpleOAuth/Source/*.{h,m}",
27   "resources": "DropboxSimpleOAuth/Source/*.xib",
28   "frameworks": [
29     "Foundation",
30     "UIKit"
31   ],
32   "dependencies": {
33     "SimpleOAuth2": [
34       "0.0.3"
35     ],
36     "MBProgressHUD": [
37       "~> 0.9"
38     ]
39   }