[Add] TrustDecisionPro 4.2.7
[CocoaPods.git] / Specs / 2 / a / 7 / Auth0 / 1.0.0-beta.4 / Auth0.podspec.json
blob26d09fa610787b023e0b335bacddd97d79fab510
2   "name": "Auth0",
3   "version": "1.0.0-beta.4",
4   "summary": "Swift toolkit for Auth0 API",
5   "description": "Auth0 API toolkit written in Swift for iOS & OSX 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.4"
15   },
16   "social_media_url": "https://twitter.com/auth0",
17   "platforms": {
18     "ios": "9.0",
19     "osx": "10.10"
20   },
21   "requires_arc": true,
22   "ios": {
23     "source_files": "Auth0/**/*.{swift,h,m}"
24   },
25   "osx": {
26     "source_files": [
27       "Auth0/*.swift",
28       "Auth0/{Authentication,Extensions,Logger,Management,Networking}/*.{swift,h,m}"
29     ]
30   }