[Add] ZJSDK 2.5.7.5
[CocoaPods.git] / Specs / d / 3 / 2 / objcTox / 0.3.0 / objcTox.podspec.json
blob1493c1973bf1ac1eae3ee3dea905414c9ad2a023
2   "name": "objcTox",
3   "version": "0.3.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.3.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.0-2ab3b14-2"
24     ],
25     "CocoaLumberjack": [
26       "1.9.2"
27     ],
28     "Realm": [
29       "0.95.0"
30     ]
31   }