[Add] EverlinkBroadcastSDK 3.1.1
[CocoaPods.git] / Specs / b / 1 / f / AxolotlKit / 0.3 / AxolotlKit.podspec.json
blob0dbd3024b603f85472445483ae5c05cf6222f58c
2   "name": "AxolotlKit",
3   "version": "0.3",
4   "summary": "AxolotlKit is a Free implementation of the Axolotl protocol in Objective-C",
5   "homepage": "https://github.com/WhisperSystems/AxolotlKit",
6   "license": {
7     "type": "GPLv2",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Frederic Jacobs": "github@fredericjacobs.com"
12   },
13   "social_media_url": "http://twitter.com/FredericJacobs",
14   "source": {
15     "git": "https://github.com/WhisperSystems/AxolotlKit.git",
16     "tag": "0.3"
17   },
18   "source_files": [
19     "AxolotlKit/Classes/*.{h,m}",
20     "AxolotlKit/Classes/**/*.{h,m}"
21   ],
22   "public_header_files": [
23     "AxolotlKit/Classes/*.{h}",
24     "AxolotlKit/Classes/**/*.{h}"
25   ],
26   "platforms": {
27     "ios": "6.0",
28     "osx": "10.8"
29   },
30   "requires_arc": true,
31   "dependencies": {
32     "25519": [
33       "~> 1.8"
34     ],
35     "HKDFKit": [
36       "~> 0.0.3"
37     ],
38     "ProtocolBuffers": [
39       "~> 1.9.2"
40     ]
41   }