[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 0 / 2 / 4 / TDOAuth / 1.6.2 / TDOAuth.podspec.json
blob9382573e501778c68dc519197aad5a6eaf33c303
2   "name": "TDOAuth",
3   "version": "1.6.2",
4   "summary": "Elegant, simple and compliant OAuth 1.x solution.",
5   "description": "TDOAuth is a simple, compliant OAuth 1.x solution for signing network requests.",
6   "homepage": "https://github.com/yahoo/TDOAuth",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Adam Kaplan": "adamkaplan@yahooinc.com",
13     "Max Howell": "mxcl@me.com"
14   },
15   "source": {
16     "git": "https://github.com/yahoo/TDOAuth.git",
17     "tag": "1.6.2"
18   },
19   "platforms": {
20     "ios": "9.3",
21     "tvos": "11.0",
22     "watchos": "3.0",
23     "osx": "10.10"
24   },
25   "swift_versions": [
26     "4.0",
27     "4.2",
28     "5.0",
29     "5.1",
30     "5.2",
31     "5.3",
32     "5.4",
33     "5.5",
34     "5.6"
35   ],
36   "default_subspecs": "Swift",
37   "subspecs": [
38     {
39       "name": "Swift",
40       "source_files": [
41         "Source/*.swift",
42         "Source/**/*.{swift}"
43       ],
44       "dependencies": {
45         "OMGHTTPURLRQ/UserAgent": [
47         ]
48       }
49     }
50   ],
51   "swift_version": "5.6"