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