blob: af459d4d426cef88ed4a399ffad8a0f08182fd4a [file] [log] [blame]
{
"name": "SwiftyHash",
"version": "0.7.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.7.0"
},
"source_files": "Source/*.swift",
"preserve_paths": "SystemModule/CommonCrypto",
"pod_target_xcconfig": {
"SWIFT_INCLUDE_PATHS[sdk=iphoneos*]": "$(PODS_ROOT)/SwiftyHash/SystemModule/CommonCrypto/iphoneos",
"SWIFT_INCLUDE_PATHS[sdk=iphonesimulator*]": "$(PODS_ROOT)/SwiftyHash/SystemModule/CommonCrypto/iphonesimulator"
},
"pushed_with_swift_version": "3.0"
}