blob: 84832f16207185536bf3b6e3ad9ae4bebcacf097 [file] [log] [blame]
{
"name": "OAuthSwift",
"version": "2.0.0",
"license": "MIT",
"summary": "Swift based OAuth library for iOS and macOS.",
"homepage": "https://github.com/OAuthSwift/OAuthSwift",
"social_media_url": "http://twitter.com/dongrify",
"authors": {
"Dongri Jin": "dongrify@gmail.com",
"Eric Marchand": "eric.marchand.n7@gmail.com"
},
"source": {
"git": "https://github.com/OAuthSwift/OAuthSwift.git",
"tag": "2.0.0"
},
"source_files": "Sources/*.swift",
"swift_versions": "5.0",
"platforms": {
"ios": "9.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "3.0"
},
"requires_arc": false,
"swift_version": "5.0"
}