blob: 2ab263e1bf5569f1eb621f77322145f40154ba28 [file] [log] [blame]
{
"name": "LogCapture",
"version": "0.1.3",
"summary": "A small utility library to capture logs in project.",
"description": "A small utility library to capture logs in project, also include a small table UI to show those logs.",
"platforms": {
"ios": "9.0"
},
"homepage": "https://github.com/manishb24/Capture",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"manishb24": "Manish.Sanwal@gmail.com"
},
"source": {
"git": "https://github.com/manishb24/Capture.git",
"tag": "0.1.3"
},
"source_files": "Capture/**/*",
"requires_arc": true,
"frameworks": [
"Foundation",
"UIKit"
],
"dependencies": {
"RxSwift": [
"~> 3.6.1"
],
"RxCocoa": [
"~> 3.6.1"
],
"RxRealm": [
"~> 0.6.0"
]
},
"pushed_with_swift_version": "3.0"
}