blob: d2a6b6b691a5149d247e17683297a58e36b6e1e8 [file] [log] [blame]
{
"name": "OAuth",
"module_name": "MGOAuth",
"version": "0.1.1",
"summary": "OAuth 1.0 implementation in Objective-C",
"description": "OAuth 1.0 implementation in Objective-C, currently only supporting oAuth 1.0",
"homepage": "https://github.com/m4rkusgage/OAuth",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Mark Gage": "markgage86@gmail.com"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/m4rkusgage/OAuth.git",
"tag": "v0.1.1"
},
"source_files": [
"MGOAuth/Categories",
"OAuth/OAuth/Categories/*.{h,m}"
],
"requires_arc": true
}