blob: f2388626870d8385fbfdf9995b5fe4dd0ad26054 [file] [log] [blame]
{
"name": "Auth0",
"version": "0.3.0",
"summary": "Swift toolkit for Auth0 API",
"description": "Auth0 API toolkit written in Swift for iOS & OSX apps",
"homepage": "https://github.com/auth0/Auth0.swift",
"license": "MIT",
"authors": {
"Auth0": "support@auth0.com",
"Hernan Zalazar": "hernan@auth0.com"
},
"source": {
"git": "https://github.com/auth0/Auth0.swift.git",
"tag": "0.3.0"
},
"social_media_url": "https://twitter.com/auth0",
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"requires_arc": true,
"dependencies": {
"Alamofire": [
"~> 3.0"
],
"JWTDecode": [
"~> 1.0"
]
},
"source_files": "Auth0/*.swift"
}