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