blob: 6f6eaf4d9f58aa684705ea5b55d5f75c445aafdb [file] [log] [blame]
{
"name": "Lumos",
"version": "0.0.1",
"summary": "A light Swift wrapper around objective-c runtime",
"description": "A light Swift wrapper around objective-c runtime.",
"homepage": "https://www.github.com/sushinoya/Lumos",
"license": {
"type": "MIT",
"text": "TEXT"
},
"authors": {
"Suyash Shekhar": "suyashshekhar@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://www.github.com/sushinoya/Lumos.git",
"tag": "0.0.1"
},
"swift_version": "4.1.2",
"source_files": "Lumos/Lumos/**/*.{h,m,swift}",
"public_header_files": "Lumos/Lumos/Lumos.h",
"dependencies": {
"Aspects": [
]
}
}