blob: eb2f3f0d6856ea389c554143cd53f049b11e5464 [file] [log] [blame]
{
"name": "Guardian",
"version": "0.4.0",
"summary": "Swift toolkit for Auth0 Guardian API",
"description": "Auth0 Guardian API toolkit written in Swift for iOS apps",
"homepage": "https://github.com/auth0/Guardian.swift",
"license": "MIT",
"authors": {
"Auth0": "support@auth0.com"
},
"source": {
"git": "https://github.com/auth0/Guardian.swift.git",
"tag": "0.4.0"
},
"social_media_url": "https://twitter.com/auth0",
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"ios": {
"source_files": "Guardian/*.{swift,h,m}",
"frameworks": "UIKit"
}
}