blob: 84c21d7af6edf8241c930ebaa927627331526f09 [file] [log] [blame]
{
"name": "OAuthorize2",
"version": "0.3.5",
"summary": "OAuth(orize)2 facilitates API interaction with simple Config",
"description": "This library is handy if one wants to do OAuth2 based REST API usage. \nThe only requirement for the library to enable OAuth2 is the config\nfile composed of\n- tokenServerURL\n- authServerURL\n- scopes\n- client_id",
"homepage": "https://github.com/kandelvijaya/OAuth2.git",
"license": "MIT",
"authors": {
"kandelvijaya": "kandelvijaya@gmail.com"
},
"social_media_url": "http://twitter.com/kandelvijaya",
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/kandelvijaya/OAuth2.git",
"tag": "0.3.5"
},
"source_files": "OAuthorize2/**/*.{swift,h,m}",
"pod_target_xcconfig": {
"SWIFT_VERSION": "4"
},
"dependencies": {
"Kekka": [
],
"CommonCryptoModule": [
]
}
}