blob: 1e523839c150f5cfbdfb528e5441887d8540f021 [file] [log] [blame]
{
"name": "OhhAuth",
"version": "1.0.0",
"summary": "Pure Swift implementation of the OAuth 1.0 protocol as an easy to use extension for the URLRequest type. (RFC-5849)",
"authors": "Markus Wanke",
"homepage": "https://github.com/mw99/OhhAuth",
"license": {
"type": "Apache 2.0",
"file": "LICENSE"
},
"source": {
"git": "https://github.com/mw99/OhhAuth.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.0"
},
"source_files": "Sources/*.swift",
"requires_arc": true,
"pushed_with_swift_version": "3.0"
}