[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / f / 7 / e / LightingKit / 1.2.6 / LightingKit.podspec.json
blob060e7ab767f63abf5805457481848f34e0b9749b
2   "name": "LightingKit",
3   "version": "1.2.6",
4   "summary": "A simple iOS library that helps you to discover and control HomeKit lightbulbs.",
5   "homepage": "https://github.com/p-morris/LightingKit",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Pete Morris": "pete@iosfaststart.com"
12   },
13   "social_media_url": "https://stackoverflow.com/users/10246061/pete-morris",
14   "swift_version": "4.2",
15   "platforms": {
16     "ios": "12"
17   },
18   "requires_arc": true,
19   "source": {
20     "git": "https://github.com/p-morris/LightingKit.git",
21     "tag": "1.2.6",
22     "submodules": true
23   },
24   "source_files": "LightingKit/**/*.swift",
25   "frameworks": "HomeKit",
26   "testspecs": [
27     {
28       "name": "Tests",
29       "test_type": "unit",
30       "source_files": "LightingKitTests/**/*.swift"
31     }
32   ]