blob: a9e390bad9aa13f1a4bbbea4a4390b22ceaf24d4 [file] [log] [blame]
{
"name": "iLog",
"version": "1.2.5",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"homepage": "https://github.com/leoneparise/iLog",
"authors": {
"Leone Parise": "leone.parise@gmail.com"
},
"summary": "iLog log manager. Check you logs in your phone",
"description": "iLog is a drop in replacement to NSLog that allows to log using different strategies. \niLog offers two drivers by default, a nice log viewer interface and external storage helpers.",
"source": {
"git": "https://github.com/leoneparise/iLog.git",
"tag": "1.2.5"
},
"platforms": {
"ios": "9.0"
},
"default_subspecs": "Core",
"pushed_with_swift_version": "3.0",
"subspecs": [
{
"name": "Core",
"source_files": "iLog/*.swift",
"dependencies": {
"SQLite.swift": [
],
"SwiftDate": [
]
},
"frameworks": "UIKit"
},
{
"name": "UI",
"source_files": "iLogUI/*.swift",
"resources": [
"iLogUI/**/*.xib"
],
"frameworks": "UIKit",
"dependencies": {
"iLog/Core": [
]
}
}
]
}