blob: 1048c3169777634a309273447bad59ac01c6c6ff [file] [log] [blame]
{
"name": "NSMutableURLRequest+M5HMAC",
"summary": "NSMutableURLRequest category to allow for easy HMAC signing.",
"version": "1.0.4",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"social_media_url": "https://twitter.com/mhuusko5",
"authors": {
"Mathew Huusko V": "mhuusko5@gmail.com"
},
"homepage": "https://github.com/mhuusko5/NSMutableURLRequest-M5HMAC",
"source": {
"git": "https://github.com/mhuusko5/NSMutableURLRequest-M5HMAC.git",
"tag": "1.0.4"
},
"source_files": "*.{h,m}",
"requires_arc": true,
"platforms": {
"ios": "7.0",
"osx": "10.8"
},
"frameworks": "Foundation"
}