blob: 8c3e3dbf8f9a8e630a4c3446f77dac031a57d67d [file] [log] [blame]
{
"name": "SwiftyOAuth",
"version": "0.3",
"license": {
"type": "MIT"
},
"homepage": "https://github.com/delba/SwiftyOAuth",
"authors": {
"Damien": "damien@delba.io"
},
"summary": "A small OAuth library with a built-in set of providers",
"source": {
"git": "https://github.com/delba/SwiftyOAuth.git",
"tag": "v0.3"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Source/**/*.{swift,h}",
"requires_arc": true
}