[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 5 / f / e / SessionAxolotlKit / 1.0.1 / SessionAxolotlKit.podspec.json
blobb2fcee185393578ab059a66437410a1842c5bc42
2   "name": "SessionAxolotlKit",
3   "version": "1.0.1",
4   "summary": "SessionAxolotlKit is a free implementation of the Axolotl protocol in Objective-C",
5   "homepage": "https://github.com/loki-project/session-ios-protocol-kit",
6   "license": {
7     "type": "GPLv2",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Niels Andriesse": "niels@loki.network"
12   },
13   "social_media_url": "http://getsession.org/",
14   "source": {
15     "git": "https://github.com/loki-project/session-ios-protocol-kit.git",
16     "tag": "1.0.1"
17   },
18   "source_files": [
19     "AxolotlKit/Classes/**/*.{h,m,swift}",
20     "AxolotlKit/Private/*.{h,m,swift}"
21   ],
22   "public_header_files": "AxolotlKit/Classes/**/*.{h}",
23   "prefix_header_file": "AxolotlKit/SPKPrefix.h",
24   "platforms": {
25     "ios": "10.0"
26   },
27   "requires_arc": true,
28   "dependencies": {
29     "SessionCurve25519Kit": [
30       "~> 2.1.1"
31     ],
32     "SessionHKDFKit": [
33       "~> 0.0.5"
34     ],
35     "CocoaLumberjack": [
37     ],
38     "SwiftProtobuf": [
39       "~> 1.5.0"
40     ],
41     "SessionCoreKit": [
42       "~> 1.0.0"
43     ]
44   },
45   "testspecs": [
46     {
47       "name": "Tests",
48       "test_type": "unit",
49       "source_files": "AxolotlKitTests/**/*.{h,m,swift}"
50     }
51   ]