[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 1 / 5 / 8 / Auth0Client / 0.0.11 / Auth0Client.podspec.json
blob9961555c8ff5c0ab42517c836100bb2184c15b26
2   "name": "Auth0Client",
3   "version": "0.0.11",
4   "license": "MIT",
5   "summary": "A Cocoa Touch Static Library for authenticating users with the Auth0 platform.",
6   "homepage": "https://github.com/auth0/Auth0.iOS",
7   "authors": "Auth0",
8   "source": {
9     "git": "https://github.com/auth0/Auth0.iOS.git",
10     "tag": "0.0.11"
11   },
12   "requires_arc": true,
13   "platforms": {
14     "ios": "7.0"
15   },
16   "public_header_files": "Auth0Client/*.h",
17   "source_files": [
18     "Auth0Client/Auth0Client.{h,m}",
19     "Auth0Client/Auth0User.{h,m}",
20     "Auth0Client/Auth0WebViewController.{h,m}"
21   ]