[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / b / 2 / 9 / toxcore-ios / 0.1.1 / toxcore-ios.podspec.json
blobfbb8e60620f8ea864e02d661dbc24ab20438ec97
2   "name": "toxcore-ios",
3   "version": "0.1.1",
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.1",
13     "submodules": true
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": [
20     "toxcore/toxcore/*.{c,h}",
21     "toxcore/toxencryptsave/*.{c,h}"
22   ],
23   "public_header_files": "toxcore/toxcore/*.h",
24   "dependencies": {
25     "libsodium": [
26       "~> 1.0.1"
27     ]
28   },
29   "deprecated_in_favor_of": "toxcore"