[Add] MapboxCommon 24.10.0-daily-2024-12-21-04-26
[CocoaPods.git] / Specs / 2 / a / 7 / Auth0 / 0.1.0 / Auth0.podspec.json
blob0a044cbc10550ce3f17f40ef8beb9b12e7121a49
2   "name": "Auth0",
3   "version": "0.1.0",
4   "summary": "Swift toolkit for Auth0 API",
5   "description": "                        Auth0 API toolkit written in Swift for iOS & OSX apps\n",
6   "homepage": "https://github.com/auth0/Auth0.swift",
7   "license": "MIT",
8   "authors": {
9     "Auth0": "support@auth0.com",
10     "Hernan Zalazar": "hernan@auth0.com"
11   },
12   "source": {
13     "git": "https://github.com/auth0/Auth0.swift.git",
14     "tag": "0.1.0"
15   },
16   "social_media_url": "https://twitter.com/auth0",
17   "platforms": {
18     "ios": "8.0",
19     "osx": "10.9"
20   },
21   "requires_arc": true,
22   "dependencies": {
23     "Alamofire": [
24       "~> 1.2"
25     ],
26     "JWTDecode": [
27       "~> 0.3"
28     ]
29   },
30   "source_files": "Auth0/*.swift"