blob: 99f8158a335e46cfa734fc0098ad1e014e6cee63 [file] [log] [blame]
{
"name": "LogCapture",
"version": "0.1.0",
"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": "8.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.0"
},
"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"
}