[Add] AlibabacloudCloudAPI20160714 4.5.1
[CocoaPods.git] / Specs / 9 / a / c / StickProtocol / 1.0.1 / StickProtocol.podspec.json
blob547ebb9da248ed42a2df1130062c6af8b5435fbd
2   "name": "StickProtocol",
3   "version": "1.0.1",
4   "summary": "Customized Signal Protocol C Library for the Stick Protocol",
5   "description": "This is a ratcheting forward secrecy protocol that works in synchronous and asynchronous messaging environments.\nhttps://github.com/WhisperSystems/libsignal-protocol-c",
6   "homepage": "https://github.com/STiiiCK/stick-protocol",
7   "license": {
8     "type": "MIT",
9     "text": "The MIT License (MIT) \n Copyright (c) Omar Basem\n     <founder@stiiick.com \n Permission is hereby granted, free fo charge, to any person obtaining a copy\n     of this software and associated documentation files"
10   },
11   "authors": {
12     "Omar Basem": "founder@stiiick.com"
13   },
14   "platforms": {
15     "ios": "11.0"
16   },
17   "ios": {
18     "vendored_frameworks": "StickProtocol.framework"
19   },
20   "source": {
21     "http": "https://stick-protocol.s3.eu-central-1.amazonaws.com/StickProtocol.zip"
22   },
23   "exclude_files": "Classes/Exclude",
24   "pod_target_xcconfig": {
25     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
26   },
27   "user_target_xcconfig": {
28     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
29   }