blob: 92cb7143fd31402bfc7229f079738d59a294641b [file] [log] [blame]
{
"name": "AHAuth0LoginViewController",
"version": "0.0.3",
"summary": "A ViewController that can be used to authenticate with Auth0.",
"description": "A customizable view controller used to authenticate with Auth0. Style and Network settings can be configured using Protocols",
"homepage": "https://bitbucket.org/dopedev/auth0/",
"license": {
"type": "Apache License, Version 2.0",
"text": " Licensed under the Apache License, Version 2.0 (the \"License\");\n you may not use this file except in compliance with the License.\n You may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\n Unless required by applicable law or agreed to in writing, software\n distributed under the License is distributed on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n See the License for the specific language governing permissions and\n limitations under the License.\n"
},
"authors": {
"Anthony Hoang": "anthony.hoang720@gmail.com"
},
"platforms": {
"ios": "9.3"
},
"source": {
"git": "https://bitbucket.org/dopedev/auth0/",
"tag": "0.0.3"
},
"exclude_files": [
"**/Auth0Tests/*.{h,m}",
"**/Auth0UITests/*.{h,m}"
],
"source_files": [
"Auth0",
"Auth0/**/*.{h,m}"
],
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 3.1.0"
],
"libextobjc": [
"~> 0.4.1"
],
"TPKeyboardAvoiding": [
"~> 1.3"
],
"Masonry": [
"~> 1.0.0"
],
"SVProgressHUD": [
"~> 2.0.3"
]
}
}