blob: f62707fec28ad8de5aebd8b5e11912505f1404a7 [file] [log] [blame]
{
"name": "Auth0Client",
"version": "0.0.12",
"license": "MIT",
"summary": "A Cocoa Touch Static Library for authenticating users with the Auth0 platform.",
"homepage": "https://github.com/auth0/Auth0.iOS",
"authors": "Auth0",
"source": {
"git": "https://github.com/auth0/Auth0.iOS.git",
"tag": "0.0.12"
},
"requires_arc": true,
"platforms": {
"ios": "6.0"
},
"public_header_files": "Auth0Client/*.h",
"source_files": [
"Auth0Client/Auth0Client.{h,m}",
"Auth0Client/Auth0User.{h,m}",
"Auth0Client/Auth0WebViewController.{h,m}"
]
}