blob: 56cc937ecc3bd7603b05bf2903fa504bd12215b0 [file] [log] [blame]
{
"name": "iLog",
"version": "1.1.2",
"license": {
"type": "MIT"
},
"homepage": "https://github.com/leoneparise/iLog",
"authors": {
"Leone Parise": "leone.parise@gmail.com"
},
"summary": "iOS Log Manager",
"source": {
"git": "https://github.com/leoneparise/iLog.git",
"tag": "1.1.2"
},
"platforms": {
"ios": "8.2"
},
"default_subspecs": "Core",
"pushed_with_swift_version": "3.0",
"subspecs": [
{
"name": "Core",
"source_files": "iLog/*.swift",
"dependencies": {
"SQLite.swift": [
],
"SwiftDate": [
]
},
"frameworks": "UIKit"
},
{
"name": "UI",
"platforms": {
"ios": "9.0"
},
"source_files": "iLogUI/*.swift",
"resources": [
"iLogUI/**/*.xib"
],
"frameworks": "UIKit",
"dependencies": {
"iLog/Core": [
]
}
}
]
}