[Add] ZJSDK 2.5.5.6
[CocoaPods.git] / Specs / 2 / a / 7 / Auth0 / 0.0.10 / Auth0.podspec.json
blob337d90e1743e6201ff01fdc8d8060a53bfa441ee
2   "name": "Auth0",
3   "version": "0.0.10",
4   "license": "MIT",
5   "summary": "A Cocoa Touch library for authenticating users with the Auth0 platform.",
6   "homepage": "https://github.com/auth0/Auth0.iOS",
7   "authors": [
8     {
9       "Eugenio Pace": "eugeniop@auth0.com"
10     },
11     {
12       "Sebastian Iacomuzzi": "iaco@auth0.com"
13     }
14   ],
15   "source": {
16     "git": "https://github.com/auth0/Auth0.iOS.git",
17     "tag": "0.0.10"
18   },
19   "requires_arc": true,
20   "platforms": {
21     "ios": "7.0"
22   },
23   "public_header_files": "Auth0Client/*.h",
24   "source_files": [
25     "Auth0Client/Auth0Client.{h,m}",
26     "Auth0Client/Auth0User.{h,m}",
27     "Auth0Client/Auth0WebViewController.{h,m}"
28   ],
29   "deprecated": true,
30   "deprecated_in_favor_of": "Auth0Client"