blob: a29db191a3a7cff55f781cb1827a6aa86578e8fe [file] [log] [blame]
{
"name": "SwiftyOAuth",
"version": "0.2",
"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.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Source/**/*.{swift,h}",
"requires_arc": true
}