blob: 1dd1dc852c4ecb5ad401caebbbe449b294d9e571 [file] [log] [blame]
{
"name": "TDOAuth",
"version": "1.4.1",
"summary": "Elegant, simple and compliant OAuth 1.x solution.",
"description": "TDOAuth is a simple, compliant OAuth 1.x solution for signing network requests.",
"homepage": "https://github.com/yahoo/TDOAuth",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Adam Kaplan": "adamkaplan@verizonmedia.com",
"Max Howell": "mxcl@me.com"
},
"source": {
"git": "https://github.com/yahoo/TDOAuth.git",
"tag": "1.4.1"
},
"platforms": {
"ios": "9.3",
"tvos": "11.0",
"watchos": "3.0",
"osx": "10.10"
},
"swift_versions": [
"4.0",
"4.2",
"5.0"
],
"default_subspecs": "ObjC",
"subspecs": [
{
"name": "Swift",
"source_files": "Source/*.swift",
"dependencies": {
"OMGHTTPURLRQ/UserAgent": [
]
}
},
{
"name": "ObjC",
"dependencies": {
"TDOAuth/Swift": [
]
},
"source_files": "Source/compat/*.{swift,h,m}"
}
],
"swift_version": "5.0"
}