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