[Add] TrustDecisionPro 4.2.7
[CocoaPods.git] / Specs / 2 / a / 7 / Auth0 / 1.0.0-beta.7 / Auth0.podspec.json
blobd5d3f76d83da7c066fcb05d7bc37f8bccfd76dfa
2   "name": "Auth0",
3   "version": "1.0.0-beta.7",
4   "summary": "Swift toolkit for Auth0 API",
5   "description": "Auth0 API toolkit written in Swift for iOS, watchOS, tvOS & macOS apps",
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": "1.0.0-beta.7"
15   },
16   "social_media_url": "https://twitter.com/auth0",
17   "platforms": {
18     "ios": "9.0",
19     "osx": "10.10",
20     "watchos": "2.0",
21     "tvos": "9.0"
22   },
23   "requires_arc": true,
24   "ios": {
25     "source_files": "Auth0/**/*.{swift,h,m}"
26   },
27   "osx": {
28     "source_files": [
29       "Auth0/*.swift",
30       "Auth0/{Authentication,Extensions,Logger,Management,Networking,Crypto}/*.{swift,h,m}"
31     ]
32   },
33   "watchos": {
34     "source_files": [
35       "Auth0/*.swift",
36       "Auth0/{Authentication,Extensions,Logger,Management,Networking,Crypto}/*.{swift,h,m}"
37     ]
38   },
39   "tvos": {
40     "source_files": [
41       "Auth0/*.swift",
42       "Auth0/{Authentication,Extensions,Logger,Management,Networking,Crypto}/*.{swift,h,m}"
43     ]
44   }