blob: 46408b3eea2b380ee5e50e4006da370419c16a11 [file] [log] [blame]
{
"name": "SignalProtocolSwift",
"version": "0.3",
"summary": "SignalProtocolSwift is a wrapper of the Signal Protocol written in Objective-C.",
"description": "SignalProtocolSwift is a wrapper of the Signal Protocol written in Objective-C. This works for Swift Projects.",
"homepage": "https://github.com/Criptext/SignalProtocolSwift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Daniel Tigse": "daniel@criptext.com"
},
"source": {
"git": "https://github.com/Criptext/SignalProtocolSwift.git",
"tag": "0.3"
},
"platforms": {
"ios": "10.0"
},
"source_files": "SignalProtocolFramework/**/*.{c,h,m}",
"public_header_files": "SignalProtocolFramework/**/*.{h}",
"user_target_xcconfig": {
"CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
}
}