blob: f181d768624aac8a514784ec58880034c8b0cb32 [file] [log] [blame]
{
"name": "BackLogger",
"version": "1.0.1",
"license": {
"type": "MIT"
},
"homepage": "https://github.com/leoneparise/BackLogger",
"authors": {
"Tony Million": "leone.parise@gmail.com"
},
"summary": "Background Log Manager",
"source": {
"git": "https://github.com/leoneparise/BackLogger.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "8.2"
},
"default_subspecs": "Core",
"pushed_with_swift_version": "3.0",
"deprecated": true,
"subspecs": [
{
"name": "Core",
"source_files": "BackLogger/*.swift",
"dependencies": {
"SQLite.swift": [
],
"SwiftDate": [
]
},
"frameworks": "Foundation"
},
{
"name": "UI",
"platforms": {
"ios": "9.0"
},
"source_files": "BackLoggerUI/*.swift",
"resources": [
"BackLoggerUI/**/*.xib"
],
"frameworks": "UIKit",
"dependencies": {
"BackLogger/Core": [
]
}
}
]
}