[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 7 / 0 / 6 / OktaAuth / 0.1.0-beta / OktaAuth.podspec.json
blob8dd402f8522338e4cf73c36a0bdcfbb95b827f18
2   "name": "OktaAuth",
3   "version": "0.1.0-beta",
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": "0.1.0-beta"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "Okta/**/*",
22   "dependencies": {
23     "AppAuth": [
24       "~> 0.9.1"
25     ]
26   },
27   "pushed_with_swift_version": "3.0",
28   "deprecated_in_favor_of": "OktaOidc"