blob: 337d90e1743e6201ff01fdc8d8060a53bfa441ee [file] [log] [blame]
{
"name": "Auth0",
"version": "0.0.10",
"license": "MIT",
"summary": "A Cocoa Touch library for authenticating users with the Auth0 platform.",
"homepage": "https://github.com/auth0/Auth0.iOS",
"authors": [
{
"Eugenio Pace": "eugeniop@auth0.com"
},
{
"Sebastian Iacomuzzi": "iaco@auth0.com"
}
],
"source": {
"git": "https://github.com/auth0/Auth0.iOS.git",
"tag": "0.0.10"
},
"requires_arc": true,
"platforms": {
"ios": "7.0"
},
"public_header_files": "Auth0Client/*.h",
"source_files": [
"Auth0Client/Auth0Client.{h,m}",
"Auth0Client/Auth0User.{h,m}",
"Auth0Client/Auth0WebViewController.{h,m}"
],
"deprecated": true,
"deprecated_in_favor_of": "Auth0Client"
}