[Add] CXHAdSDK-TopOn 1.6.6.1
[CocoaPods.git] / Specs / 4 / 6 / 5 / DropboxSimpleOAuth / 0.2.1 / DropboxSimpleOAuth.podspec.json
blob29bc2722c33df2a66bc7d558c203ef16676493c6
2   "name": "DropboxSimpleOAuth",
3   "version": "0.2.1",
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": "github@ryan.codes"
12   },
13   "source": {
14     "git": "https://github.com/rbaumbach/DropboxSimpleOAuth.git",
15     "tag": "0.2.1"
16   },
17   "requires_arc": true,
18   "platforms": {
19     "ios": "8.0"
20   },
21   "public_header_files": [
22     "DropboxSimpleOAuth/Source/DropboxSimpleOAuth.h",
23     "DropboxSimpleOAuth/Source/DropboxSimpleOAuthViewController.h",
24     "DropboxSimpleOAuth/Source/DropboxLoginResponse.h"
25   ],
26   "source_files": "DropboxSimpleOAuth/Source/*.{h,m}",
27   "resources": "DropboxSimpleOAuth/Source/*.xib",
28   "dependencies": {
29     "SimpleOAuth2": [
30       "0.1.5"
31     ],
32     "MBProgressHUD": [
33       ">= 0.9"
34     ]
35   }