blob: 4acf9e6b77f88a223d35aca9b21cbaca0cdfa754 [file] [log] [blame]
{
"name": "WFOAuth2",
"version": "0.1.0",
"summary": "WFOAuth2 is an extensible OAuth 2 library for macOS, iOS, tvOS and watchOS",
"description": "WFOAuth2 is an extensible OAuth 2 library for macOS, iOS, tvOS and watchOS. It aims to simplify authenticating your app with a variety of services.",
"homepage": "https://github.com/DeskConnect/WFOAuth2",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Conrad Kramer": "ckrames1234@gmail.com"
},
"social_media_url": "https://twitter.com/conradev",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/DeskConnect/WFOAuth2.git",
"tag": "0.1.0"
},
"source_files": [
"Sources/WFOAuth2/*.m",
"Sources/WFOAuth2/include/WFOAuth2/*.h"
],
"public_header_files": "Sources/WFOAuth2/include/WFOAuth2/*.h",
"frameworks": "Foundation",
"requires_arc": true
}