[Add] XMUniversalSDK 1.0.0.0-dev
[CocoaPods.git] / Specs / f / d / 9 / TDOAuth2 / 1.6.3-2 / TDOAuth2.podspec.json
blob475bf79623e639deda2889e525f0230f88646e96
2   "name": "TDOAuth2",
3   "version": "1.6.3-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/anisiforov/TDOAuth2.git",
17     "tag": "1.6.3-2"
18   },
19   "platforms": {
20     "ios": "12.0"
21   },
22   "swift_versions": [
23     "4.0",
24     "4.2",
25     "5.0",
26     "5.1",
27     "5.2",
28     "5.3",
29     "5.4",
30     "5.5",
31     "5.6"
32   ],
33   "default_subspecs": "Swift",
34   "subspecs": [
35     {
36       "name": "Swift",
37       "source_files": [
38         "*.swift",
39         "**/*.{swift}"
40       ],
41       "dependencies": {
42         "OMGHTTPURLRQ/UserAgent": [
44         ]
45       }
46     }
47   ],
48   "swift_version": "5.6"