[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / c / e / 4 / toxcore / 0.0.0-2ab3b14-2 / toxcore.podspec.json
blob1951ea8fc8d0bf54440524deef0dbc64e574d016
2   "name": "toxcore",
3   "version": "0.0.0-2ab3b14-2",
4   "summary": "Cocoapods wrapper for toxcore",
5   "homepage": "https://github.com/Antidote-for-Tox/toxcore",
6   "license": "GPLv3",
7   "authors": {
8     "Dmytro Vorobiov": "d@dvor.me"
9   },
10   "source": {
11     "git": "https://github.com/Antidote-for-Tox/toxcore.git",
12     "tag": "0.0.0-2ab3b14-2",
13     "submodules": true
14   },
15   "platforms": {
16     "ios": "7.0",
17     "osx": "10.9"
18   },
19   "requires_arc": true,
20   "header_mappings_dir": "toxcore",
21   "source_files": [
22     "toxcore/toxcore/*.{c,h}",
23     "toxcore/toxencryptsave/*.{c,h}",
24     "toxcore/toxdns/*.{c,h}",
25     "toxcore/toxav/*.{c,h}"
26   ],
27   "dependencies": {
28     "libsodium": [
29       "~> 1.0.1"
30     ],
31     "libopus-patched-config": [
32       "1.1"
33     ]
34   },
35   "ios": {
36     "vendored_frameworks": "vpx.framework"
37   },
38   "osx": {
39     "vendored_frameworks": "vpx.framework"
40   },
41   "xcconfig": {
42     "FRAMEWORK_SEARCH_PATHS": "\"${PODS_ROOT}\""
43   }