[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / b / 8 / 7 / LooisKit / 0.0.2 / LooisKit.podspec.json
blob5bcd4368c827de68965ad8e999dcb4ca80c9c474
2   "name": "LooisKit",
3   "version": "0.0.2",
4   "summary": "A wrapper for Trust and loois-relay",
5   "description": "A wrapper for Trust, used for loois ios sdk.",
6   "homepage": "https://github.com/LOOIS-IO/loois-ios-sdk",
7   "license": "Apache License 2.0",
8   "authors": {
9     "Daaaaahan": "849565897@qq.com"
10   },
11   "source": {
12     "git": "https://github.com/LOOIS-IO/loois-ios-sdk.git",
13     "tag": "0.0.2"
14   },
15   "swift_version": "4.1",
16   "module_name": "LooisKit",
17   "platforms": {
18     "ios": "10.0"
19   },
20   "source_files": "LooisKit/Classes/**/*.{h,swift}",
21   "pod_target_xcconfig": {
22     "DEFINES_MODULE": "YES"
23   },
24   "subspecs": [
25     {
26       "name": "Relay",
27       "source_files": "LooisKit/Classes/RelayAPI"
28     },
29     {
30       "name": "Core",
31       "source_files": "LooisKit/Classes/Core/**/*.swift",
32       "dependencies": {
33         "TrustCore": [
34           "0.2.0"
35         ],
36         "TrustKeystore": [
37           "0.5.0"
38         ],
39         "Result": [
41         ]
42       }
43     }
44   ]