blob: d295c37610b75b97bd92b501b735740cae0717f0 [file] [log] [blame]
{
"name": "BETOAuth2Client",
"version": "1.0.2-beta2",
"summary": "Lighweight and easy to use OAuth 2 Client based on NSURLSession",
"description": "\n OAuth 2 client for the Cocoa platform (iOS and Mac OS X)\n * Authenticate through OAuth 2\n * Light weight\n * Allows for blocks or delegates\n * Offers archivable credentials\n * Easy to read implementation and interface\n \n",
"homepage": "https://github.com/screeninteraction/BETOAuth2Client",
"license": "MIT",
"authors": {
"Screen Interaction": "contact@screeninteraction.com"
},
"source": {
"git": "https://github.com/screeninteraction/BETOAuth2Client.git",
"tag": "1.0.2-beta2"
},
"platforms": {
"ios": "7.0",
"osx": "10.9"
},
"dependencies": {
"BETURLSession": [
"~> 1.0"
]
},
"source_files": "BETOAuth2Client/**/*.{h,m}",
"requires_arc": true
}