blob: 3b264287c4d078c0392964aaac3cb84d71368136 [file] [log] [blame]
{
"name": "SwiftyHash",
"version": "0.3.0",
"summary": "A Swifty wrapper for CommonCrypto",
"homepage": "https://github.com/anotheren/SwiftyHash",
"license": {
"type": "MIT"
},
"authors": {
"liudong": "liudong.edward@qq.com"
},
"requires_arc": true,
"platforms": {
"ios": "8.0",
"osx": "10.10",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/anotheren/SwiftyHash.git",
"tag": "0.3.0"
},
"source_files": "Source/*.swift",
"xcconfig": {
"SWIFT_INCLUDE_PATHS": "$(PODS_ROOT)/SwiftyHash/CommonCrypto"
},
"preserve_paths": "CommonCrypto/module.modulemap"
}