[Add] ZJSDK 2.5.8.10
[CocoaPods.git] / Specs / 2 / f / 1 / NFSpotifyAuthenticator / 0.1.1 / NFSpotifyAuthenticator.podspec.json
blob821dce8d6dbaf9d4c2939303e16c169b7f5f1c66
2   "name": "NFSpotifyAuthenticator",
3   "version": "0.1.1",
4   "summary": "Spotify authenticator using WebOAuth. Authorization level is \"Authorization Code\"",
5   "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.",
6   "homepage": "https://github.com/nferocious76/NFSpotifyAuthenticator",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Neil Francis Ramirez Hipona": "nferocious76@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/nferocious76/NFSpotifyAuthenticator.git",
16     "tag": "0.1.1"
17   },
18   "platforms": {
19     "ios": "9.3"
20   },
21   "source_files": "NFSpotifyAuthenticator/Classes/**/*",
22   "dependencies": {
23     "Alamofire": [
24       "~> 4.0.1"
25     ]
26   },
27   "pushed_with_swift_version": "3.0-GM-CANDIDATE"