blob: 0bd71b97d6ad637c85b4c6f4d318c8819939a422 [file] [log] [blame]
{
"name": "iLog",
"version": "1.2.4",
"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.4"
},
"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": [
]
}
}
]
}