blob: 66e9288dfbfabe47da5b6e1a6a875c780f7b7743 [file] [log] [blame]
{
"name": "LightingKit",
"version": "1.2.2",
"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.2.2",
"submodules": true
},
"source_files": "LightingKit/**/*.swift",
"frameworks": "HomeKit",
"testspecs": [
{
"name": "Tests",
"test_type": "unit",
"source_files": "LightingKitTests/**/*.swift"
}
]
}