blob: 336b4d96b138dfc8a829d7b1bc8f6beddd7b2f01 [file] [log] [blame]
{
"name": "MHCrypto",
"version": "1.0.0",
"summary": "Objective C - HMAC implementation for NSString and NSData(raw)",
"description": "Objective C - HMAC implementation for NSString and NSData(Raw)",
"homepage": "https://github.com/michaelhenry/MHCrypto",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Michael Henry Pantaleon": "me@iamkel.net"
},
"source": {
"git": "https://github.com/michaelhenry/MHCrypto.git",
"tag": "1.0.0"
},
"social_media_url": "https://twitter.com/michaelhenry119",
"platforms": {
"ios": "8.0"
},
"source_files": "MHCrypto/Classes/**/*",
"pod_target_xcconfig": {
"CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
}
}