[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / b / 2 / 9 / toxcore-ios / 0.1.3 / toxcore-ios.podspec.json
blobe60660d3ea523699a173ac30bcccd8c2d158be6b
2   "name": "toxcore-ios",
3   "version": "0.1.3",
4   "summary": "Cocoapods wrapper for toxcore",
5   "homepage": "https://github.com/dvor/toxcore-ios",
6   "license": "GPLv3",
7   "authors": {
8     "Dmytro Vorobiov": "d@dvor.me"
9   },
10   "source": {
11     "git": "https://github.com/dvor/toxcore-ios.git",
12     "tag": "0.1.3",
13     "submodules": true
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": [
20     "toxcore/toxcore/*.{c,h}",
21     "toxcore/toxencryptsave/*.{c,h}",
22     "toxcore/toxav/*.{c.h}"
23   ],
24   "public_header_files": [
25     "toxcore/toxcore/*.h",
26     "toxcore/toxav/*.h"
27   ],
28   "dependencies": {
29     "libsodium": [
30       "~> 1.0.1"
31     ],
32     "libopus": [
33       "~> 1.1"
34     ]
35   },
36   "deprecated_in_favor_of": "toxcore"