blob: ca56bf800f16324b5c7bd49db82471e846370229 [file] [log] [blame]
{
"name": "TVOSOAuth",
"platforms": {
"tvos": "9.0"
},
"summary": "TVOSOAuth OAuth service for tvOS apps using Authorization codes",
"requires_arc": true,
"version": "0.1.1",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Rabah Shihab": "hello@bithunch.com"
},
"homepage": "https://github.com/rabahs/tvos-oauth",
"source": {
"git": "https://github.com/rabahs/tvos-oauth.git",
"tag": "0.1.1"
},
"frameworks": "UIKit",
"dependencies": {
"Alamofire": [
"~> 4.0"
],
"CryptoSwift": [
]
},
"source_files": "TVOSOAuth/*.swift",
"pushed_with_swift_version": "3.0"
}