[Add] Shakuro.PoliteCoreData 1.8.2
[CocoaPods.git] / Specs / 7 / 3 / f / Auth0.iOS / 1.0.0-rc1 / Auth0.iOS.podspec.json
blob4c18f57a09fe428bfbcbce6d3f3043b059f5f5c2
2   "name": "Auth0.iOS",
3   "version": "1.0.0-rc1",
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.0.0-rc1"
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   "dependencies": {
27     "libextobjc": [
28       "~> 0.4"
29     ],
30     "CocoaLumberjack": [
31       "~> 1.9"
32     ]
33   },
34   "default_subspecs": [
35     "UI",
36     "Facebook",
37     "Twitter"
38   ],
39   "prefix_header_contents": "    #import \"A0Logging.h\"\n    #define A0LocalizedString(key) NSLocalizedStringFromTable(key, @\"Auth0\", nil)\n",
40   "subspecs": [
41     {
42       "name": "Core",
43       "public_header_files": [
44         "Pod/Classes/Core/*.h",
45         "Pod/Classes/Provider/*.h"
46       ],
47       "source_files": [
48         "Pod/Classes/Core/*.{h,m}",
49         "Pod/Classes/Provider/*.{h,m}"
50       ],
51       "dependencies": {
52         "AFNetworking": [
53           "~> 2.3"
54         ],
55         "ISO8601DateFormatter": [
56           "~> 0.7"
57         ],
58         "UICKeyChainStore": [
59           "~> 1.0.5"
60         ]
61       }
62     },
63     {
64       "name": "UI",
65       "public_header_files": "Pod/Classes/UI/*.h",
66       "private_header_files": [
67         "Pod/Classes/UI/Private/*.h",
68         "Pod/Classes/Utils/*.h"
69       ],
70       "source_files": [
71         "Pod/Classes/{UI,Utils}/*.{h,m}",
72         "Pod/Classes/UI/Private/*.{h,m}"
73       ],
74       "dependencies": {
75         "Auth0.iOS/Core": [
77         ]
78       },
79       "resources": "Pod/Assets/*.xib",
80       "resource_bundles": {
81         "Auth0": [
82           "Pod/Assets/Images/*.png",
83           "Pod/Assets/*.plist",
84           "Pod/Assets/*.ttf"
85         ]
86       }
87     },
88     {
89       "name": "Facebook",
90       "public_header_files": "Pod/Classes/Provider/Facebook/*.h",
91       "source_files": "Pod/Classes/Provider/Facebook/*.{h,m}",
92       "dependencies": {
93         "Auth0.iOS/Core": [
95         ],
96         "Facebook-iOS-SDK": [
97           "~> 3.15"
98         ]
99       }
100     },
101     {
102       "name": "Twitter",
103       "public_header_files": "Pod/Classes/Twitter/*.h",
104       "source_files": "Pod/Classes/Provider/Twitter/*.{h,m}",
105       "dependencies": {
106         "Auth0.iOS/Core": [
108         ],
109         "BDBOAuth1Manager": [
110           "~> 1.3"
111         ],
112         "TWReverseAuth": [
113           "~> 0.1.0"
114         ],
115         "PSAlertView": [
116           "~> 2.0"
117         ]
118       },
119       "frameworks": [
120         "Social",
121         "Accounts",
122         "Twitter"
123       ]
124     }
125   ]