blob: 67c61ed785ed7f0972d92522c2dcd8c945a1d7d3 [file] [log] [blame]
{
"name": "OpenAuth",
"version": "1.1.2",
"summary": "OAuth2.0 made easy for iOS",
"description": "OpenAuth is a light framework for iOS written in swift 4. It provides an easy way to integrate OAuth2.0 in your iOS apps.\n- Easily integrate OAuth2 in your iOS app.\n- Easy configuration using your app Info.plist file (no code needed to provide the OAuth2 configuration)\n- Kaychain support",
"homepage": "https://github.com/medhaj/OpenAuth",
"license": {
"type": "Apache 2.0",
"text": "OpenAuth is released under an Apache 2.0 license. See https://github.com/medhaj/OpenAuth/blob/master/LICENSE for more details"
},
"authors": {
"Med Hajlaoui": "mouhamed.hajlaoui@gmail.com"
},
"social_media_url": "https://twitter.com/MedHajlaoui",
"documentation_url": "https://github.com/medhaj/OpenAuth",
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/medhaj/OpenAuth.git",
"tag": "1.1.2"
},
"vendored_frameworks": "OpenAuth/OpenAuth.framework"
}