blob: a1eab823abca801c157580236b7d856094bbbc56 [file] [log] [blame]
{
"name": "SwiftyHawk",
"version": "0.0.1",
"summary": "Hawk Authentication Implementation for Swift",
"swift_version": "4.2",
"description": "Hawk Authentication Implementation for Swift based on the original implementation",
"homepage": "https://github.com/HungerStation/SwiftyHawk",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"mmgrt": "m.mg@outlook.com"
},
"source": {
"git": "https://github.com/HungerStation/SwiftyHawk.git",
"tag": "0.0.1"
},
"social_media_url": "https://www.linkedin.com/company/hungerstation-com",
"platforms": {
"ios": "8.0"
},
"source_files": "SwiftyHawk/Classes/**/*"
}