[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 7 / 0 / 6 / OktaAuth / 1.0.1 / OktaAuth.podspec.json
blob06b77370cbf9bc3799f62ef1b0ce46c5c9a03dd3
2   "name": "OktaAuth",
3   "version": "1.0.1",
4   "summary": "SDK to easily integrate AppAuth with Okta",
5   "description": "Integrate your native app with Okta using the AppAuth library.",
6   "homepage": "https://github.com/okta/okta-sdk-appauth-ios",
7   "license": {
8     "type": "APACHE2",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Okta Developers": "developer@okta.com"
13   },
14   "source": {
15     "git": "https://github.com/okta/okta-sdk-appauth-ios.git",
16     "tag": "1.0.1"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "Okta/**/*",
22   "dependencies": {
23     "AppAuth": [
24       "~> 0.91.0"
25     ],
26     "Vinculum": [
27       "~> 0.2.0"
28     ],
29     "HydraAsync": [
30       "~> 1.0.1"
31     ],
32     "OktaJWT": [
33       "~> 1.0.0"
34     ]
35   },
36   "deprecated_in_favor_of": "OktaOidc"