[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 3 / d / b / LogCapture / 0.1.2 / LogCapture.podspec.json
blob06d1c6c14cda91dfadde01499ec17217d09f23d7
2   "name": "LogCapture",
3   "version": "0.1.2",
4   "summary": "A small utility library to capture logs in project.",
5   "description": "A small utility library to capture logs in project, also include a small table UI to show those logs.",
6   "platforms": {
7     "ios": "8.0"
8   },
9   "homepage": "https://github.com/manishb24/Capture",
10   "license": {
11     "type": "MIT",
12     "file": "LICENSE"
13   },
14   "authors": {
15     "manishb24": "Manish.Sanwal@gmail.com"
16   },
17   "source": {
18     "git": "https://github.com/manishb24/Capture.git",
19     "tag": "0.1.2"
20   },
21   "source_files": "Capture/**/*",
22   "requires_arc": true,
23   "frameworks": [
24     "Foundation",
25     "UIKit"
26   ],
27   "dependencies": {
28     "RxSwift": [
29       "~> 3.6.1"
30     ],
31     "RxCocoa": [
32       "~> 3.6.1"
33     ],
34     "RxRealm": [
35       "~> 0.6.0"
36     ]
37   },
38   "pushed_with_swift_version": "3.0"