[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 0 / 2 / a / KahLUA / 1.0.3 / KahLUA.podspec.json
blob591560db571c5ce57028ab613e6b79919a0fad8c
2   "name": "KahLUA",
3   "version": "1.0.3",
4   "summary": "KahLUA",
5   "description": "This is the private KahLUA used by Appknot.",
6   "homepage": "https://github.com/appknot/KahLUA",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "woody-iOS": "woody@appknot.com"
13   },
14   "source": {
15     "git": "https://github.com/appknot/KahLUA.git",
16     "tag": "1.0.3"
17   },
18   "platforms": {
19     "ios": "13.0"
20   },
21   "source_files": "KahLUA/Classes",
22   "subspecs": [
23     {
24       "name": "baseComponent",
25       "source_files": "KahLUA/Classes/baseComponent/*"
26     },
27     {
28       "name": "extension",
29       "source_files": "KahLUA/Classes/extension/*"
30     }
31   ]