[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / d / 3 / 2 / objcTox / 0.6.0 / objcTox.podspec.json
blobc06f6e48706d3021894516b63473c8acad1949c1
2   "name": "objcTox",
3   "version": "0.6.0",
4   "summary": "Objective-C wrapper for Tox",
5   "homepage": "https://github.com/Antidote-for-Tox/objcTox",
6   "license": "MIT",
7   "authors": {
8     "Dmytro Vorobiov": "d@dvor.me"
9   },
10   "source": {
11     "git": "https://github.com/Antidote-for-Tox/objcTox.git",
12     "tag": "0.6.0",
13     "submodules": false
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Classes/**/*.{m,h}",
20   "public_header_files": "Classes/Public/**/*.h",
21   "dependencies": {
22     "toxcore": [
23       "0.0.1-94cc8b1"
24     ],
25     "TPCircularBuffer": [
26       "~> 0.0.1"
27     ],
28     "CocoaLumberjack": [
29       "1.9.2"
30     ],
31     "Realm": [
32       "0.98.5"
33     ]
34   },
35   "resource_bundles": {
36     "objcTox": "Classes/Public/Manager/nodes.json"
37   }