blob: 70cf959fe5cde4e3a77c221ee092c4afb26a692e [file] [log] [blame]
{
"name": "BFOAuth",
"version": "1.0.1",
"summary": "A very simple OAuth1 implementation",
"description": " A single-header-single-source OAuth1 implementation,\n based on Tweetdeck's TDOAuth (Max Howell).\n",
"homepage": "https://github.com/bfolkens/BFOAuth",
"license": "MIT",
"authors": {
"Brad Folkens": "bfolkens@gmail.com"
},
"social_media_url": "http://twitter.com/bfolkens",
"source": {
"git": "https://github.com/bfolkens/BFOAuth.git",
"tag": "1.0.1"
},
"source_files": "BFOAuth/BFOAuth.{h,m}",
"requires_arc": true
}