blob: 336535a502cea76c989795676e48a02a582856d5 [file] [log] [blame]
{
"name": "LightingKit",
"version": "1.1.1",
"summary": "A simple iOS library that helps you to discover and control HomeKit lightbulbs.",
"homepage": "https://github.com/p-morris/LightingKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Pete Morris": "pete@iosfaststart.com"
},
"social_media_url": "https://stackoverflow.com/users/10246061/pete-morris",
"swift_version": "4.2",
"platforms": {
"ios": "12"
},
"requires_arc": true,
"source": {
"git": "https://github.com/p-morris/LightingKit.git",
"tag": "1.1.1",
"submodules": true
},
"source_files": "LightingKit/**/*.swift",
"frameworks": "HomeKit",
"testspecs": [
{
"name": "Tests",
"test_type": "unit",
"source_files": "LightingKitTests/**/*.swift"
}
]
}