blob: 73eb48f9ab94bcd8fb8c7293a0c615a62150a806 [file] [log] [blame]
{
"name": "SweetHMAC",
"version": "1.0",
"license": "MIT",
"summary": "A tiny and easy to use Swift class to encrypt strings using HMAC algorithms.",
"homepage": "https://github.com/jancassio/SweetHMAC",
"social_media_url": "http://www.twitter.com/jancassio",
"authors": {
"Jan Cassio": "hey@jancassio.com"
},
"source": {
"git": "https://github.com/jancassio/SweetHMAC.git",
"tag": "1.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"source_files": "SweetHMAC/",
"requires_arc": true
}