[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / c / e / 4 / toxcore / 0.0.0-2ab3b14 / toxcore.podspec.json
blob107ed8c8d86bcab6b0dd76a3da8d2f490cb89c90
2   "name": "toxcore",
3   "version": "0.0.0-2ab3b14",
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",
13     "submodules": true
14   },
15   "platforms": {
16     "ios": "7.0",
17     "osx": "10.9"
18   },
19   "requires_arc": true,
20   "ios": {
21     "vendored_frameworks": "VPX.framework"
22   },
23   "osx": {
24     "vendored_frameworks": "VPX.framework"
25   },
26   "xcconfig": {
27     "FRAMEWORK_SEARCH_PATHS": "\"${PODS_ROOT}\""
28   },
29   "source_files": [
30     "toxcore/toxcore/*.{c,h}",
31     "toxcore/toxencryptsave/*.{c,h}",
32     "toxcore/toxav/*.{c,h}",
33     "toxcore/toxdns/*.{c,h}"
34   ],
35   "public_header_files": [
36     "toxcore/toxcore/*.h",
37     "toxcore/toxav/*.h",
38     "toxcore/toxdns/*.h"
39   ],
40   "dependencies": {
41     "libsodium": [
42       "~> 1.0.1"
43     ],
44     "libopus-patched-config": [
45       "~> 1.1"
46     ]
47   }