[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 1 / 5 / 8 / Auth0Client / 0.0.12 / Auth0Client.podspec.json
blobf62707fec28ad8de5aebd8b5e11912505f1404a7
2   "name": "Auth0Client",
3   "version": "0.0.12",
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.12"
11   },
12   "requires_arc": true,
13   "platforms": {
14     "ios": "6.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   ]