[Add] TensorFlowLiteSwift 0.0.1-nightly.20241222
[CocoaPods.git] / Specs / 1 / 8 / c / SwiftySRP / 2.6 / SwiftySRP.podspec.json
blobb198a725ed74217f79641a78ff95d13f3bef26d2
2   "name": "SwiftySRP",
3   "version": "2.6",
4   "platforms": {
5     "ios": "9.3"
6   },
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "summary": "Swift implementation of SRP",
12   "homepage": "https://github.com/flockoffiles/SwiftySRP",
13   "authors": "Sergey Novitsky",
14   "source": {
15     "git": "https://github.com/flockoffiles/SwiftySRP.git",
16     "tag": "v2.6"
17   },
18   "source_files": [
19     "SwiftySRP/*.{h,swift}",
20     "imath/*.{c,h}"
21   ],
22   "exclude_files": "SwiftySRP/BigIntSpecific/*",
23   "public_header_files": "SwiftySRP/**/*.h",
24   "documentation_url": "https://github.com/serieuxchat/SwiftySRP/",
25   "dependencies": {
26     "FFDataWrapper": [
27       "~> 1.4"
28     ]
29   },
30   "preserve_paths": [
31     "LegacyCommonCrypto/module.modulemap",
32     "imath/**",
33     "README",
34     "SwiftySRPTests/*.swift"
35   ],
36   "xcconfig": {
37     "SWIFT_INCLUDE_PATHS": "$(PODS_ROOT)/SwiftySRP/LegacyCommonCrypto $(PODS_ROOT)/SwiftySRP/imath $(SRCROOT)/../LegacyCommonCrypto $(SRCROOT)/../imath"
38   }