blob: f9166ae0d51d8f1f0c1cec8a5d51333fe1867d34 [file] [log] [blame]
{
"name": "SwiftyHash",
"version": "0.6.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"
},
"source": {
"git": "https://github.com/anotheren/SwiftyHash.git",
"tag": "0.6.0"
},
"source_files": "Source/*.swift",
"xcconfig": {
"SWIFT_INCLUDE_PATHS": "$(PODS_ROOT)/SwiftyHash/SystemModule/CommonCrypto/iphoneos/"
},
"preserve_paths": "SystemModule/CommonCrypto/iphoneos/module.modulemap",
"pushed_with_swift_version": "3.0"
}