[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 1 / 8 / c / SwiftySRP / 2.8 / SwiftySRP.podspec.json
blob94d0d0e84d1dd5452f75e483ebe9efc0c9d771cc
2   "name": "SwiftySRP",
3   "version": "2.8",
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.8"
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.5"
28     ]
29   },
30   "swift_version": "4.1",
31   "preserve_paths": [
32     "imath/**",
33     "README",
34     "SwiftySRPTests/*.swift"
35   ],
36   "xcconfig": {
37     "SWIFT_INCLUDE_PATHS[sdk=iphoneos*]": "$(PODS_ROOT)/SwiftySRP/imath $(SRCROOT)/../imath",
38     "SWIFT_INCLUDE_PATHS[sdk=iphonesimulator*]": "$(PODS_ROOT)/SwiftySRP/imath $(SRCROOT)/../imath",
39     "SWIFT_INCLUDE_PATHS[sdk=appletvos*]": "$(PODS_ROOT)/SwiftySRP/imath $(SRCROOT)/../imath",
40     "SWIFT_INCLUDE_PATHS[sdk=appletvsimulator*]": "$(PODS_ROOT)/SwiftySRP/imath $(SRCROOT)/../imath",
41     "SWIFT_INCLUDE_PATHS[sdk=watchos*]": "$(PODS_ROOT)/SwiftySRP/imath $(SRCROOT)/../imath",
42     "SWIFT_INCLUDE_PATHS[sdk=watchsimulator*]": "$(PODS_ROOT)/SwiftySRP/imath $(SRCROOT)/../imath"
43   }