[Add] AdPopcornSSP 2.9.1
[CocoaPods.git] / Specs / 7 / 3 / f / Auth0.iOS / 1.3.0 / Auth0.iOS.podspec.json
blobbf0cdee9ab05a3090af5b73b6b61dd5b66fdca98
2   "name": "Auth0.iOS",
3   "version": "1.3.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.3.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   "deprecated": true,
44   "deprecated_in_favor_of": "Lock",
45   "prefix_header_contents": "    #import \"A0Logging.h\"\n    #define A0LocalizedString(key) NSLocalizedStringFromTable(key, @\"Auth0\", nil)\n",
46   "subspecs": [
47     {
48       "name": "Core",
49       "public_header_files": [
50         "Pod/Classes/Core/*.h",
51         "Pod/Classes/Provider/*.h"
52       ],
53       "source_files": [
54         "Pod/Classes/Core/*.{h,m}",
55         "Pod/Classes/Provider/*.{h,m}"
56       ],
57       "dependencies": {
58         "AFNetworking": [
59           "~> 2.3"
60         ],
61         "ISO8601DateFormatter": [
62           "~> 0.7"
63         ]
64       }
65     },
66     {
67       "name": "UI",
68       "public_header_files": "Pod/Classes/UI/*.h",
69       "private_header_files": [
70         "Pod/Classes/UI/Private/*.h",
71         "Pod/Classes/Utils/*.h"
72       ],
73       "source_files": [
74         "Pod/Classes/{UI,Utils}/*.{h,m}",
75         "Pod/Classes/UI/Private/*.{h,m}"
76       ],
77       "dependencies": {
78         "Auth0.iOS/Core": [
80         ]
81       },
82       "resources": "Pod/Assets/*.xib",
83       "resource_bundles": {
84         "Auth0": [
85           "Pod/Assets/Images/*.png",
86           "Pod/Assets/*.plist",
87           "Pod/Assets/*.ttf"
88         ]
89       }
90     },
91     {
92       "name": "Facebook",
93       "public_header_files": "Pod/Classes/Provider/Facebook/*.h",
94       "source_files": "Pod/Classes/Provider/Facebook/*.{h,m}",
95       "dependencies": {
96         "Auth0.iOS/Core": [
98         ],
99         "Facebook-iOS-SDK": [
100           "~> 3.15"
101         ]
102       }
103     },
104     {
105       "name": "Twitter",
106       "public_header_files": "Pod/Classes/Twitter/*.h",
107       "source_files": "Pod/Classes/Provider/Twitter/*.{h,m}",
108       "dependencies": {
109         "Auth0.iOS/Core": [
111         ],
112         "BDBOAuth1Manager": [
113           "~> 1.3"
114         ],
115         "TWReverseAuth": [
116           "~> 0.1.0"
117         ],
118         "PSAlertView": [
119           "~> 2.0"
120         ]
121       },
122       "frameworks": [
123         "Social",
124         "Accounts",
125         "Twitter"
126       ]
127     },
128     {
129       "name": "TouchID",
130       "public_header_files": "Pod/Classes/TouchID/*.h",
131       "source_files": "Pod/Classes/TouchID/*.{h,m}",
132       "resources": "Pod/Assets/TouchID/*.xib",
133       "dependencies": {
134         "Auth0.iOS/UI": [
136         ],
137         "TouchIDAuth": [
138           "~> 0.1"
139         ]
140       }
141     }
142   ]