blob: 09f9de2b4d57ef42bfed3f4f569ee426ace8780e [file] [log] [blame]
{
"name": "CryptBridge",
"version": "0.1.2",
"summary": "Common Crypto wrapper to Swift",
"description": "Enable Swift projects to use common crypto functions",
"homepage": "https://github.com/rhvall/CryptBridge.git",
"license": {
"type": "Apache",
"file": "LICENSE"
},
"authors": "rhvall",
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/rhvall/CryptBridge.git",
"tag": "0.1.2"
},
"source_files": "*.{h,m,swift}",
"exclude_files": "Exclude",
"pod_target_xcconfig": {
"SWIFT_INCLUDE_PATHS": "$(PODS_ROOT)/CryptBridge/CryptBridgeModuleMap"
},
"preserve_paths": "CryptBridgeModuleMap/**/*",
"pushed_with_swift_version": "3.0"
}