blob: 5d39d185ff5e375ac656799df4fcb7d232c40779 [file] [log] [blame]
{
"name": "Auth0",
"version": "0.1.2",
"summary": "Swift toolkit for Auth0 API",
"description": " Auth0 API toolkit written in Swift for iOS & OSX apps\n",
"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.1.2"
},
"social_media_url": "https://twitter.com/auth0",
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"requires_arc": true,
"dependencies": {
"Alamofire": [
"~> 1.2"
],
"JWTDecode": [
"~> 0.3"
]
},
"source_files": "Auth0/*.swift"
}