blob: 22efbb6363e168ee3f59e7679ae483de9235f3b7 [file] [log] [blame]
{
"name": "DropboxSimpleOAuth",
"version": "0.1.2",
"summary": "A quick and simple way to authenticate a Dropbox user in your iPhone or iPad app.",
"homepage": "https://github.com/rbaumbach/DropboxSimpleOAuth",
"license": {
"type": "MIT",
"file": "MIT-LICENSE.txt"
},
"authors": {
"Ryan Baumbach": "rbaumbach.github@gmail.com"
},
"source": {
"git": "https://github.com/rbaumbach/DropboxSimpleOAuth.git",
"tag": "0.1.2"
},
"requires_arc": true,
"platforms": {
"ios": "7.0"
},
"public_header_files": [
"DropboxSimpleOAuth/Source/DropboxSimpleOAuth.h",
"DropboxSimpleOAuth/Source/DropboxSimpleOAuthViewController.h",
"DropboxSimpleOAuth/Source/DropboxLoginResponse.h"
],
"source_files": "DropboxSimpleOAuth/Source/*.{h,m}",
"resources": "DropboxSimpleOAuth/Source/*.xib",
"frameworks": [
"Foundation",
"UIKit"
],
"dependencies": {
"SimpleOAuth2": [
"0.0.3"
],
"MBProgressHUD": [
"~> 0.9"
]
}
}