[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 1 / 8 / c / SwiftySRP / 3.0 / SwiftySRP.podspec.json
blob8ed5ab079f8defd5f1fe09b1432b44ec4c4dc202
2   "name": "SwiftySRP",
3   "version": "3.0",
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": "v3.0"
17   },
18   "source_files": [
19     "SwiftySRP/*.{h,swift}",
20     "imath/*.{c,h}"
21   ],
22   "module_map": "SwiftySRP/module.modulemap",
23   "public_header_files": "SwiftySRP/**/*.h",
24   "private_header_files": "imath/*.h",
25   "documentation_url": "https://github.com/flockoffiles/SwiftySRP/",
26   "dependencies": {
27     "FFDataWrapper": [
28       "~> 2.0"
29     ]
30   },
31   "swift_versions": "5.0",
32   "preserve_paths": [
33     "README",
34     "SwiftySRPTests/*.swift"
35   ],
36   "swift_version": "5.0"