[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 1 / d / a / SignalProtocolSwift / 0.2 / SignalProtocolSwift.podspec.json
blob25383d17ecfbaab191c78f835cf4d9524fc491a6
2   "name": "SignalProtocolSwift",
3   "version": "0.2",
4   "summary": "SignalProtocolSwift is a wrapper of the Signal Protocol written in Objective-C.",
5   "description": "SignalProtocolSwift is a wrapper of the Signal Protocol written in Objective-C. This works for Swift Projects.",
6   "homepage": "https://github.com/Criptext/SignalProtocolSwift",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Daniel Tigse": "daniel@criptext.com"
13   },
14   "source": {
15     "git": "https://github.com/Criptext/SignalProtocolSwift.git",
16     "tag": "0.2"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "source_files": "SignalProtocolFramework/**/*.{c,h,m}",
22   "public_header_files": "SignalProtocolFramework/**/*.{h}",
23   "user_target_xcconfig": {
24     "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
25   }