[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / b / 2 / 9 / toxcore-ios / 0.1.8 / toxcore-ios.podspec.json
blobce493587bbb4e661780b31c62fa0ef7ccdaee99e
2   "name": "toxcore-ios",
3   "version": "0.1.8",
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.8",
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   },
25   "public_header_files": "toxcore/toxcore/*.h",
26   "source_files": [
27     "toxcore/toxcore/*.{c,h}",
28     "toxcore/toxencryptsave/*.{c,h}",
29     "toxcore/toxav/*.{c,h}",
30     "toxcore/toxcore/*.h",
31     "toxcore/toxav/*.h"
32   ],
33   "dependencies": {
34     "libsodium": [
35       "~> 1.0.1"
36     ],
37     "libopus-patched-config": [
38       "~> 1.1"
39     ]
40   },
41   "deprecated_in_favor_of": "toxcore"