blob: 480bb982312ab90100433834f203d0eb80a89ff2 [file] [log] [blame]
{
"name": "SwiftHashing",
"version": "0.1",
"summary": "Small ObjC framework to provide MD5/HMAC hashing to Swift via CommonCrypto without the need of a bridging header.",
"homepage": "https://github.com/shnhrrsn/SwiftHashing",
"license": "MIT",
"authors": "Shaun Harrison",
"social_media_url": "http://twitter.com/shnhrrsn",
"source": {
"git": "https://github.com/shnhrrsn/SwiftHashing.git",
"tag": "0.1"
},
"source_files": "*.{h,m}",
"requires_arc": true
}