[Add] NoctuaSDK 0.6.0
[CocoaPods.git] / Specs / 0 / 2 / 4 / TDOAuth / 1.4.0 / TDOAuth.podspec.json
blobd56a9898391cad2da8a9b214356f1bef65f49fe1
2   "name": "TDOAuth",
3   "version": "1.4.0",
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@verizonmedia.com",
13     "Max Howell": "mxcl@me.com"
14   },
15   "source": {
16     "git": "https://github.com/yahoo/TDOAuth.git",
17     "tag": "1.4.0"
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   ],
30   "default_subspecs": "ObjC",
31   "subspecs": [
32     {
33       "name": "Swift",
34       "source_files": "Source/*.swift",
35       "dependencies": {
36         "OMGHTTPURLRQ/UserAgent": [
38         ]
39       }
40     },
41     {
42       "name": "ObjC",
43       "dependencies": {
44         "TDOAuth/Swift": [
46         ]
47       },
48       "source_files": "Source/compat/*.{swift,h,m}"
49     }
50   ],
51   "swift_version": "5.0"