blob: 39977ba73f0d4c3484457732b0f4cc8ddb36826a [file] [log] [blame]
{
"name": "NFSpotifyAuthenticator",
"version": "0.1.0",
"summary": "Spotify authenticator using WebOAuth. Authorization level is \"Authorization Code\"",
"description": "Spotify Authenticator using WebOAuth that won't require SDK. Authentication conforms to 'Authorization Code' which gives us accesstoken and a refresh token for spotify streaming.",
"homepage": "https://github.com/nferocious76/NFSpotifyAuthenticator",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Neil Francis Ramirez Hipona": "nferocious76@gmail.com"
},
"source": {
"git": "https://github.com/nferocious76/NFSpotifyAuthenticator.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "9.3"
},
"source_files": "NFSpotifyAuthenticator/Classes/**/*",
"dependencies": {
"Alamofire": [
"~> 4.0.1"
]
},
"pushed_with_swift_version": "3.0-GM-CANDIDATE"
}