[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 7 / 3 / f / Auth0.iOS / 1.2.0 / Auth0.iOS.podspec.json
blob9220ecb0aad1162e34bb563e779cf17dfe66a5a6
2   "name": "Auth0.iOS",
3   "version": "1.2.0",
4   "summary": "A library that uses Auth0 for Authentication with Native Look & Feel",
5   "description": "[![Auth0](https://i.cloudup.com/1vaSVATKTL.png)](http://auth0.com)\n\nAuth0 is a SaaS that helps you with Authentication and Authorization. You can use Social Providers (Like Facebook, Google, Twitter, etc.), Enterprise Providers (Active Directory, LDap, Windows Azure AD, SAML, etc.) and a Username/Password store which can be saved either by us or by you. We have SDKs for the most common platforms (Ruby, Node, iOS, Angular, etc.) so that with a couple lines of code, you can get the Authentication for your app implemented. Let us worry about Authentication so that you can focus on the core of your business.\n",
6   "homepage": "https://github.com/auth0/Auth0.iOS",
7   "license": "MIT",
8   "authors": [
9     {
10       "Martin Gontovnikas": "gonto@auth0.com"
11     },
12     {
13       "Hernan Zalazar": "hernan@auth0.com"
14     }
15   ],
16   "source": {
17     "git": "https://github.com/auth0/Auth0.iOS.git",
18     "tag": "1.2.0"
19   },
20   "social_media_url": "https://twitter.com/authzero",
21   "platforms": {
22     "ios": "7.0"
23   },
24   "requires_arc": true,
25   "public_header_files": "Pod/Classes/Auth0.h",
26   "source_files": "Pod/Classes/Auth0.h",
27   "dependencies": {
28     "libextobjc": [
29       "~> 0.4"
30     ],
31     "CocoaLumberjack": [
32       "~> 1.9"
33     ],
34     "ObjectiveSugar": [
35       "~> 1.1"
36     ]
37   },
38   "default_subspecs": [
39     "UI",
40     "Facebook",
41     "Twitter"
42   ],
43   "prefix_header_contents": "    #import \"A0Logging.h\"\n    #define A0LocalizedString(key) NSLocalizedStringFromTable(key, @\"Auth0\", nil)\n",
44   "subspecs": [
45     {
46       "name": "Core",
47       "public_header_files": [
48         "Pod/Classes/Core/*.h",
49         "Pod/Classes/Provider/*.h"
50       ],
51       "source_files": [
52         "Pod/Classes/Core/*.{h,m}",
53         "Pod/Classes/Provider/*.{h,m}"
54       ],
55       "dependencies": {
56         "AFNetworking": [
57           "~> 2.3"
58         ],
59         "ISO8601DateFormatter": [
60           "~> 0.7"
61         ]
62       }
63     },
64     {
65       "name": "UI",
66       "public_header_files": "Pod/Classes/UI/*.h",
67       "private_header_files": [
68         "Pod/Classes/UI/Private/*.h",
69         "Pod/Classes/Utils/*.h"
70       ],
71       "source_files": [
72         "Pod/Classes/{UI,Utils}/*.{h,m}",
73         "Pod/Classes/UI/Private/*.{h,m}"
74       ],
75       "dependencies": {
76         "Auth0.iOS/Core": [
78         ]
79       },
80       "resources": "Pod/Assets/*.xib",
81       "resource_bundles": {
82         "Auth0": [
83           "Pod/Assets/Images/*.png",
84           "Pod/Assets/*.plist",
85           "Pod/Assets/*.ttf"
86         ]
87       }
88     },
89     {
90       "name": "Facebook",
91       "public_header_files": "Pod/Classes/Provider/Facebook/*.h",
92       "source_files": "Pod/Classes/Provider/Facebook/*.{h,m}",
93       "dependencies": {
94         "Auth0.iOS/Core": [
96         ],
97         "Facebook-iOS-SDK": [
98           "~> 3.15"
99         ]
100       }
101     },
102     {
103       "name": "Twitter",
104       "public_header_files": "Pod/Classes/Twitter/*.h",
105       "source_files": "Pod/Classes/Provider/Twitter/*.{h,m}",
106       "dependencies": {
107         "Auth0.iOS/Core": [
109         ],
110         "BDBOAuth1Manager": [
111           "~> 1.3"
112         ],
113         "TWReverseAuth": [
114           "~> 0.1.0"
115         ],
116         "PSAlertView": [
117           "~> 2.0"
118         ]
119       },
120       "frameworks": [
121         "Social",
122         "Accounts",
123         "Twitter"
124       ]
125     }
126   ]