[Add] AlibabacloudVpc20160428 5.5.0
[CocoaPods.git] / Specs / d / 3 / 2 / objcTox / 0.7.0 / objcTox.podspec.json
blob2c70ac77274869fcc4a0275f16dfe18d95f0eaf8
2   "name": "objcTox",
3   "version": "0.7.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.7.0",
13     "submodules": false
14   },
15   "platforms": {
16     "ios": "7.0",
17     "osx": "10.9"
18   },
19   "requires_arc": true,
20   "source_files": "Classes/**/*.{m,h}",
21   "public_header_files": "Classes/Public/**/*.h",
22   "dependencies": {
23     "toxcore": [
24       "0.1.7"
25     ],
26     "TPCircularBuffer": [
27       "~> 0.0.1"
28     ],
29     "CocoaLumberjack": [
30       "1.9.2"
31     ],
32     "Realm": [
33       "1.0.1"
34     ]
35   },
36   "resource_bundles": {
37     "objcTox": "Classes/Public/Manager/nodes.json"
38   }