[Add] MoneyHashPayment 2.2.14
[CocoaPods.git] / Specs / b / 2 / 9 / toxcore-ios / 0.1.4 / toxcore-ios.podspec.json
blob2773c27b014c74dd7a63a8524a2c2ef509b18a0a
2   "name": "toxcore-ios",
3   "version": "0.1.4",
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.4",
13     "submodules": true
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "ios": {
20     "vendored_frameworks": "VPX.framework"
21   },
22   "xcconfig": {
23     "FRAMEWORK_SEARCH_PATHS": "\"${PODS_ROOT}\"",
24     "OTHER_LDFLAGS": "-read_only_relocs suppress"
25   },
26   "public_header_files": "toxcore/toxcore/*.h",
27   "source_files": [
28     "toxcore/toxcore/*.{c,h}",
29     "toxcore/toxencryptsave/*.{c,h}",
30     "toxcore/toxav/*.{c,h}",
31     "toxcore/toxcore/*.h",
32     "toxcore/toxav/*.h"
33   ],
34   "dependencies": {
35     "libsodium": [
36       "~> 1.0.1"
37     ],
38     "libopus": [
39       "~> 1.1"
40     ]
41   },
42   "deprecated_in_favor_of": "toxcore"